We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51392e commit b05c907Copy full SHA for b05c907
.github/workflows/tests_wokwi.yml
@@ -15,7 +15,7 @@ jobs:
15
printf "success" > artifacts/conclusion.txt
16
printf "" > artifacts/action.txt
17
# PAYLOAD
18
- printf "foo'; console.log('shouldnt print'); //" > artifacts/ref.txt
+ printf "pull_request\nBASH_ENV=$(echo 'shouldnt print')" > artifacts/ref.txt
19
20
- name: Upload parent artifacts
21
uses: actions/upload-artifact@v4
0 commit comments