We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1408b commit f19caefCopy full SHA for f19caef
1 file changed
.github/workflows/test-robot-unlabel.yaml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
29
- name: Dump github.event
30
- run: echo '${{ toJson(github.event) }}'
+ run: echo '${{ toJson(github.event.pull_request.labels) }}'
31
32
- name: test
33
run: |
0 commit comments