Skip to content

Commit

Permalink
attempted fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hvidy committed Feb 14, 2024
1 parent 80959a2 commit 6929813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
echo ${{ steps.verify_labeler.outputs.authorized }}
- name: comment if unauthorized
if: ${{ steps.verify_labeler.outputs.authorized }} == False
if: ${{ ! steps.verify_labeler.outputs.authorized }}
uses: GrantBirki/comment@v2.0.8
with:
issue-number: ${{ github.event.issue.number }}
Expand Down

0 comments on commit 6929813

Please sign in to comment.