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