Skip to content

Commit 005f803

Browse files
wip
1 parent f3f2fef commit 005f803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Test Label Added
25-
uses: ./.github/actions/test-unlabel
25+
uses: ./.github/actions/test-label
2626
with:
2727
label-test-robot-done: test-robot-done
2828

@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535

3636
- name: Remove Test Label
37-
uses: ./.github/actions/test-label
37+
uses: ./.github/actions/test-unlabel
3838
with:
3939
label-test-robot-done: test-robot-done
4040
label-test-robot-needed: test-robot-needed

0 commit comments

Comments
 (0)