Skip to content

Commit ba23728

Browse files
committed
ci: update release_event.yml
1 parent df93311 commit ba23728

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release_event.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
event-trigger:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Dump GitHub context
12+
env:
13+
GITHUB_CONTEXT: ${{ toJson(github) }}
14+
run: echo "$GITHUB_CONTEXT"
1115
- name: testing-event
1216
run: echo "${{ github.event }}"
1317
shell: bash

0 commit comments

Comments
 (0)