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

This commit is contained in:
Ryan Freeman 2024-08-20 22:15:01 +01:00
parent 76720aabcb
commit b3187bc719

View File

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