Skip to content

Commit

Permalink
ci: Fix label-pr.yml linting (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
valarnin authored Jan 13, 2025
1 parent 1e21e38 commit 8223857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Label linked issues
if: join(steps.find-linked-issues.outputs.issues) != ''
if: steps.find-linked-issues.outputs.issues != ''
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 8223857

Please sign in to comment.