Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

checkout@v4

checkout@v4 #26

Workflow file for this run

# Dump GitHub context for various events to help with debugging
name: Debug
on:
- push
- pull_request
- delete
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"