Skip to content

Commit ad73cbb

Browse files
committed
qwe
1 parent b87953a commit ad73cbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
with:
4444
node-version: 22
4545

46+
- name: Dump github context
47+
run: echo "$GITHUB_CONTEXT"
48+
shell: bash
49+
env:
50+
GITHUB_CONTEXT: ${{ toJson(github) }}
51+
4652
- name: Check if version has been updated
4753
id: check
4854
uses: EndBug/version-check@v2

0 commit comments

Comments
 (0)