Skip to content

Commit

Permalink
CI(backoprt): Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Oct 3, 2024
1 parent 2b64b2c commit 4a1a722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
allow_failure: true
- name: Print status
shell: bash
run: 'echo "Label detection status: ${{ check.outputs.label_check }}"'
run: 'echo "Label detection status: ${{ steps.check.outputs.label_check }}"'


backport:
Expand Down

0 comments on commit 4a1a722

Please sign in to comment.