From 5ec8bd8ad0d7643eb7c418a7bb0a4fe120288340 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 20 Aug 2024 22:00:18 +0100 Subject: [PATCH] update workflow --- .gitea/workflows/decrypt_secrets.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/decrypt_secrets.yml b/.gitea/workflows/decrypt_secrets.yml index b8d4ae6..a04042d 100644 --- a/.gitea/workflows/decrypt_secrets.yml +++ b/.gitea/workflows/decrypt_secrets.yml @@ -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 \ No newline at end of file + run: cat ./.env + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} \ No newline at end of file