Skip to content

watch

watch #4

Workflow file for this run

name: watch
on:
watch:
jobs:
foo:
name: watch
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<'EOF'
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
EOF