Skip to content

Update other_workflow.yml #8

Update other_workflow.yml

Update other_workflow.yml #8

Workflow file for this run

name: other workflow
on:
pull_request:
jobs:
create-artifact:
runs-on: ubuntu-latest
steps:
- run: echo "\; echo 'attacker controlled code'\; \#" > artifact.txt
- uses: actions/upload-artifact@v3
with:
name: artifact
path: ./artifact.txt