Skip to content

Commit f19caef

Browse files
wip
1 parent 6b1408b commit f19caef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-robot-unlabel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Dump github.event
30-
run: echo '${{ toJson(github.event) }}'
30+
run: echo '${{ toJson(github.event.pull_request.labels) }}'
3131

3232
- name: test
3333
run: |

0 commit comments

Comments
 (0)