We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4818045 commit bc93f53Copy full SHA for bc93f53
.github/workflows/test-release.yml
@@ -9,6 +9,11 @@ permissions:
9
pull-requests: write
10
11
jobs:
12
+ debug:
13
+ runs-on: ubuntu-default
14
+ steps:
15
+ - run: echo ${{ toJSON(github.event) }}
16
+
17
pr-comment-on-release:
18
runs-on: ubuntu-default
19
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