Skip to content

Commit 7180b3c

Browse files
committed
debug
1 parent d2d916c commit 7180b3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
- name: Dump GitHub context
19+
env:
20+
GITHUB_CONTEXT: ${{ toJson(github) }}
21+
run: echo "$GITHUB_CONTEXT"
1822
- name: Get Core Sans
1923
uses: actions/checkout@v4
2024
if: github.event.pull_request.head.repo.fork == false

0 commit comments

Comments
 (0)