"src/libtorchaudio/sox/utils.cpp" did not exist on "f1d8d1e0da44f6503c01ddcae2e40772b400ea2d"
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:
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 }}
......
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