File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 label-test-robot-done : test-robot-done
2323 label-test-robot-needed : test-robot-needed
2424
25- test-robot-check-labels :
25+ test-robot-check :
2626 needs : test-robot-unlabel
2727 if : always() && needs.test-robot-unlabel.result != 'failure'
2828 name : Job
29- uses : ./.github/workflows/test-robot-check-labels .yaml
29+ uses : ./.github/workflows/test-robot-check.yaml
3030 with :
3131 label-test-robot-done : test-robot-done
3232 label-test-robot-needed : test-robot-needed
Original file line number Diff line number Diff line change 1- name : Robot Test Check Labels
1+ name : Robot Test Check
22
33on :
44 workflow_call :
@@ -20,13 +20,13 @@ permissions:
2020
2121jobs :
2222 test-robot-check-labels :
23- name : Robot Test Check Labels
23+ name : Robot Test Check
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v4
2727
28- - name : Check Robot Test Labels
29- uses : ./.github/actions/test-check-labels
28+ - name : Robot Test Check
29+ uses : ./.github/actions/test-robot-check
3030 with :
3131 label-test-robot-done : ${{ inputs.label-test-robot-done }}
3232 label-test-robot-needed : ${{ inputs.label-test-robot-needed }}
You can’t perform that action at this time.
0 commit comments