We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d06a0 commit 2c53138Copy full SHA for 2c53138
1 file changed
.github/workflows/test-robot-unlabel.yaml
@@ -26,17 +26,8 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
29
- - name: Dump github.event
30
- run: echo '${{ toJson(github.event.pull_request.labels) }}'
31
-
32
- - name: test
33
- run: |
34
- echo ${{ inputs['label-test-robot-done'] }}
35
- echo ${{ inputs['label-test-robot-needed'] }}
36
- echo ${{ inputs.label-test-robot-done }}
37
38
- # - name: Remove Robot Unlabel
39
- # uses: ./.github/actions/test-unlabel
40
- # with:
41
- # label-test-robot-done: ${{ inputs.label-test-robot-done }}
42
- # label-test-robot-needed: ${{ inputs.label-test-robot-needed }}
+ - name: Remove Robot Unlabel
+ uses: ./.github/actions/test-unlabel
+ with:
+ label-test-robot-done: ${{ inputs.label-test-robot-done }}
+ label-test-robot-needed: ${{ inputs.label-test-robot-needed }}
0 commit comments