Skip to content

Commit c6ddd8f

Browse files
committed
Add pwd for debugging
1 parent 327833c commit c6ddd8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/encrypt_decrypt_file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
# The gpg tool will already be installed on the ubuntu instance
1313
- name: Decrypt file
1414
run: |
15+
pwd
1516
ls -la
1617
gpg --quiet --batch --yes --passphrase="$PASSPHRASE" --output $HOME/secret.json --decrypt ${HOME}/${GITHUB_REPOSITORY}/test_secret_file.txt.gpg
1718
env:

0 commit comments

Comments
 (0)