Skip to content

dump context

dump context #2

Workflow file for this run

name: dump context
on:
workflow_dispatch:
jobs:
dump:
name: "Dumps event context"
runs-on: ubuntu-latest
steps:
- name: Dumps context
run: echo "${{ toJSON(github) }}"