Skip to content

Update test_branch.yaml #10

Update test_branch.yaml

Update test_branch.yaml #10

Workflow file for this run

name: Experiment
on:
push:
workflow_call:
jobs:
experiment:
runs-on: ubuntu-latest
steps:
- run: pstree -c -l
- run: |
cat /proc/$$/cmdline | tr '\000-\037' ' '
cat /proc/$PPID/cmdline | tr '\000-\037' ' '
- run: |
echo "$0"
ls -la "$0"
cat "$0"
echo "$0" | rev | cut -d / -f 2- | rev | xargs ls -l
echo "$0" | rev | cut -d / -f 2- | rev | xargs ls -l | while read -r file; do echo "### $file"; cat "$file"; done
- run: printenv
- run: set