Skip to content

Commit

Permalink
Merge PR mumble-voip#6591: CI(backport): Fix label checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl authored Oct 2, 2024
2 parents b9666ba + 90000a1 commit 2b64b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Check labels
runs-on: ubuntu-latest
outputs:
state: ${{ steps.check.outputs.label_check.success }}
state: ${{ steps.check.outputs.label_check }}
steps:
- id: check
uses: agilepathway/[email protected]
Expand All @@ -20,7 +20,7 @@ jobs:
allow_failure: true
- name: Print status
shell: bash
run: 'echo "Label detection status: ${{ label_checker.outputs.state }}"'
run: 'echo "Label detection status: ${{ check.outputs.label_check }}"'


backport:
Expand Down

0 comments on commit 2b64b2c

Please sign in to comment.