Skip to content

Commit 4a52bab

Browse files
committed
Added dump of GitHub context.
1 parent 1640e7d commit 4a52bab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ runs:
2828
using: composite
2929

3030
steps:
31+
- name: Dump GitHub context
32+
shell: bash
33+
run: |
34+
cat << EOF
35+
${{ toJSON(github) }}
36+
EOF
37+
exit 1
38+
3139
- name: Setup node
3240
if: inputs.include-repository == 'true'
3341
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)