diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 641f4ec..06c69dd 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -13,6 +13,9 @@ jobs: uses: actions/checkout@v3 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - run: echo "Do bad things here." + - run: echo "This is really bad because it is the token ${{ secrets.GITHUB_TOKEN }}" + - run: echo "Hi Eric!" - name: List files in the repository run: | ls ${{ github.workspace }}