Skip to content

Commit 06a9227

Browse files
marcusdacoregiopongdangx2
authored andcommitted
Debug PR event payload
Issue gh-14484
1 parent 5496eca commit 06a9227

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/mark-duplicate-dependabot-prs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ on:
55
types: [closed]
66

77
jobs:
8+
debug:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Debug Event Payload
12+
run: |
13+
echo "Merged: ${{ github.event.pull_request.merged }}"
14+
echo "User Login: ${{ github.event.pull_request.user.login }}"
15+
816
check_duplicate_prs:
917
runs-on: ubuntu-latest
1018
if: github.event.pull_request.merged == 'true' && github.event.pull_request.user.login == 'dependabot[bot]'

0 commit comments

Comments
 (0)