diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 47f4831..5c996b6 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}} echo "Secret retrieved" echo "-------" echo "Write tests here and call them with hidden.txt"