Skip to content

And if thou'rt unwilling, then force I'll employ #38

And if thou'rt unwilling, then force I'll employ

And if thou'rt unwilling, then force I'll employ #38

name: 01-run-on-push
on:
push:
branches: [main]
jobs:
run-on-push:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"