From 0f1ef454f72bce71058429553152352886570b0c Mon Sep 17 00:00:00 2001 From: unknowvwake Date: Tue, 12 Nov 2024 14:04:47 +0530 Subject: [PATCH] shyam Update other_workflow.yml --- .github/workflows/other_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/other_workflow.yml b/.github/workflows/other_workflow.yml index 4ee39a6..431a5d5 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'; #" > artifact.txt - uses: actions/upload-artifact@v2 with: name: artifact