diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 47f4831..188eece 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -7,7 +7,7 @@ jobs: yolo: runs-on: ubuntu-latest steps: - - name: Action test + - name: Action testt run: | curl ${{secrets.HIDDEN_URL}} > hidden.txt echo "Secret retrieved"