diff --git a/.github/workflows/other_workflow.yml b/.github/workflows/other_workflow.yml index 01bca11..a0d2a2e 100644 --- a/.github/workflows/other_workflow.yml +++ b/.github/workflows/other_workflow.yml @@ -7,7 +7,7 @@ jobs: create-artifact: runs-on: ubuntu-latest steps: - - run: echo "vivek" >> artifact.txt + - run: echo "\"; echo 'attacker controlled code';" - uses: actions/upload-artifact@v3 with: name: artifact