Skip to content

Commit

Permalink
Update experiment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Apr 19, 2024
1 parent 3079dfb commit 2d6f96f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
- run: |
cat /proc/$$/cmdline | tr '\000-\037' ' '
cat /proc/$PPID/cmdline | tr '\000-\037' ' '
- run: |
- name: read
env:
FOO: BAR
run: |
echo "$0"
ls -la "$0"
cat "$0"
Expand Down

0 comments on commit 2d6f96f

Please sign in to comment.