]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Fix quoting in PROpenedOrUpdated
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 16 May 2023 22:11:08 +0000 (16:11 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 16 May 2023 22:11:08 +0000 (16:11 -0600)
.github/workflows/PROpenedOrUpdated.yml

index 422212c24263961dcd4a1b4e3e5b169c5d448793..0fdc02e3af0d129e5d2a8d9f619b05365a1542c1 100644 (file)
@@ -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: |