Skip to content

Commit bcb3825

Browse files
committed
Update Workflows
1 parent c8e6063 commit bcb3825

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dev.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939

40+
- name: "Debug CTX github"
41+
continue-on-error: true
42+
env:
43+
GITHUB_CTX: ${{ toJSON(github) }}
44+
run: echo "$GITHUB_CTX"
45+
4046
- name: "Setup Node 24"
4147
uses: actions/setup-node@v6
4248
with:

0 commit comments

Comments
 (0)