Skip to content

delete

delete #3

Workflow file for this run

name: delete
on:
delete:
jobs:
foo:
name: delete
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