From: George Joseph Date: Tue, 16 May 2023 22:11:08 +0000 (-0600) Subject: .github: Fix quoting in PROpenedOrUpdated X-Git-Tag: 18.19.0-rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0540e215676314ab221b065724d5c0f62c460439;p=thirdparty%2Fasterisk.git .github: Fix quoting in PROpenedOrUpdated (cherry picked from commit 2c7304e4161c624c3c932c9540313814e38d0e34) --- 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: |