Skip to content

Commit

Permalink
fix syntax in PR labels workflow (#4012)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Jun 9, 2021
1 parent aaf240f commit a00c735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "::set-output name=responsible_users::$(jq .responsible_users <<< $DATA)"
- name: Ping responsible users
if: steps.data.outputs.is_properly_labeled == "false"
if: ${{ !steps.data.outputs.is_properly_labeled }}
uses: mshick/add-pr-comment@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a00c735

Please sign in to comment.