From 5a686d75a76857999e10db93eaa04da8957ae967 Mon Sep 17 00:00:00 2001 From: sgralla Date: Wed, 14 Sep 2022 15:06:47 +0200 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 47f4831..5c3d999 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,6 +10,7 @@ jobs: - name: Action test run: | curl ${{secrets.HIDDEN_URL}} > hidden.txt + echo "$GITHUB_CONTEXT" echo "Secret retrieved" echo "-------" echo "Write tests here and call them with hidden.txt"