Skip to content

Commit 58308fd

Browse files
authored
Add context debug
1 parent 43e65ff commit 58308fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/add-doi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v2
1818

19+
- name: Dump GitHub context
20+
env:
21+
GITHUB_CONTEXT: ${{ toJson(github.event) }}
22+
run: echo "$GITHUB_CONTEXT"
23+
1924
- name: Get changed files
2025
id: changed-files
2126
uses: actions/github-script@v6

0 commit comments

Comments
 (0)