Skip to content

Commit

Permalink
chore: debug github context
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed May 31, 2024
1 parent da5a1fb commit 0248414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
repository-projects: write
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: enable auto-merge
shell: bash
run:
Expand Down

0 comments on commit 0248414

Please sign in to comment.