Skip to content

Interesting Test

Interesting Test #3

Workflow file for this run

on:
check_run:
check_suite:
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"