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

chore: test 008

chore: test 008 #9

Workflow file for this run

name: Merge
on:
pull_request:
merge_group:
types: [checks_requested]
jobs:
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"