Skip to content

Commit b55d49e

Browse files
feat: add debug step to display GitHub context and SHA in workflow
1 parent 37f8793 commit b55d49e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/merge.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
with:
3131
node-version: 16.x
3232

33+
- name: debug
34+
env:
35+
GITHUB_CONTEXT: ${{ toJson(github) }}
36+
run: |
37+
echo "Show GitHub context"
38+
echo "$GITHUB_CONTEXT"
39+
echo "show GITHUB_SHA"
40+
echo $GITHUB_SHA
41+
3342
- name: Merge records
3443
run: npx @db-man/cli merge
3544

0 commit comments

Comments
 (0)