update workflow
All checks were successful
Decrypt Secrets / DecryptSecrets (push) Successful in 3s

This commit is contained in:
Ryan Freeman 2024-08-20 22:00:18 +01:00
parent 0abb178cb9
commit 5ec8bd8ad0

View File

@ -15,4 +15,7 @@ jobs:
# Ensure you remove any print statements of your secrets. GitHub does
# not hide secrets that use this workaround.
- name: Test printing your secret (Remove this step in production)
run: cat ./.env
run: cat ./.env
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}