From: George Joseph Date: Tue, 16 May 2023 22:11:08 +0000 (-0600) Subject: .github: Fix quoting in PROpenedOrUpdated X-Git-Tag: 21.0.0-pre1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2865175c8ede282e6fb16f2dd1c00d0c827f00;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: |