From: George Joseph Date: Tue, 16 May 2023 22:11:08 +0000 (-0600) Subject: .github: Fix quoting in PROpenedOrUpdated X-Git-Tag: certified-18.9-cert5~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d59e19fce62b039c70406060cc5c40a283f8da7;p=thirdparty%2Fasterisk.git .github: Fix quoting in PROpenedOrUpdated --- diff --git a/.github/workflows/PROpenedOrUpdated.yml b/.github/workflows/PROpenedOrUpdated.yml index 422212c242..0fdc02e3af 100644 --- a/.github/workflows/PROpenedOrUpdated.yml +++ b/.github/workflows/PROpenedOrUpdated.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add cherry-pick reminder - if: github.event.action == "opened" + if: github.event.action == 'opened' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |