Skip to content

Commit 0a32cfc

Browse files
committed
fix: echo github cotext
1 parent 84169aa commit 0a32cfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/updateNotification.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
steps:
1616
- name: Dump GitHub context
1717
id: github_context_step
18+
env:
19+
GITHUB_CONTEXT_ECHO: ${{ toJson(github) }}
1820
run: |
19-
echo '${{ toJSON(github) }}'
21+
echo '$GITHUB_CONTEXT_ECHO'
2022
echo "$GITHUB_REF repo=${{github.event.repository.full_name}}"
2123
2224
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)