Skip to content

Commit bc93f53

Browse files
committed
test: add debug step.
1 parent 4818045 commit bc93f53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ permissions:
99
pull-requests: write
1010

1111
jobs:
12+
debug:
13+
runs-on: ubuntu-default
14+
steps:
15+
- run: echo ${{ toJSON(github.event) }}
16+
1217
pr-comment-on-release:
1318
runs-on: ubuntu-default
1419
if: "startsWith(github.event.release.name, 'v0.0.0-test.')" # Match only releases created by test-include.yml and test-exclude.yml

0 commit comments

Comments
 (0)