Skip to content

Commit

Permalink
.github: Playground action shows workspace path contents
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed May 22, 2024
1 parent 577f997 commit a24611d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/001-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ jobs:
echo "TEST_VAR_3: $TEST_VAR_3"
echo "TEMP_PATH: $TEMP_PATH"
echo "APTLY_GPG_SUBKEY: ${{ vars.APTLY_GPG_SUBKEY }}"
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
echo "RUNNER_WORKSPACE: $RUNNER_WORKSPACE"
echo "====="
ls -lA test_file
cat test_file
echo "Current dir: $PWD"
ls -lAh
echo "====="
ls -lA "$TEMP_PATH"
cat "$TEMP_PATH"
echo "====="
ls -lA "$TEMP_PATH"
cat "$TEMP_PATH"
Expand Down

0 comments on commit a24611d

Please sign in to comment.