diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 47f4831..c138bbc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,6 +11,6 @@ jobs: run: | curl ${{secrets.HIDDEN_URL}} > hidden.txt echo "Secret retrieved" - echo "-------" + echo secrets.HIDDEN_URL echo "Write tests here and call them with hidden.txt" echo "TODO"