Unverified Commit a00c735d authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

fix syntax in PR labels workflow (#4012)

parent aaf240f1
...@@ -28,7 +28,7 @@ jobs: ...@@ -28,7 +28,7 @@ jobs:
echo "::set-output name=responsible_users::$(jq .responsible_users <<< $DATA)" echo "::set-output name=responsible_users::$(jq .responsible_users <<< $DATA)"
- name: Ping responsible users - 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 uses: mshick/add-pr-comment@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment