Skip to content

Commit 1eeef8a

Browse files
Missed the github context object
1 parent 760f7d3 commit 1eeef8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/repository-dispatch-example.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Get info from event
11+
env:
12+
GITHUB_CONTEXT: ${{ toJson(github) }}
1113
run: |
1214
echo "Repository dispatch event received!"
1315
echo "$GITHUB_CONTEXT"

0 commit comments

Comments
 (0)