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