update workflow
Some checks failed
Decrypt Secrets / DecryptSecrets (push) Successful in 3s
Decrypt Secrets / PrintSecrets (push) Failing after 0s

This commit is contained in:
Ryan Freeman 2024-08-20 22:14:16 +01:00
parent 446364561e
commit 76720aabcb

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Test printing your secret (Remove this step in production)
run: cat ${{ gitea.workspace }}/secrets
run: cat secrets
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}