.github: Fix quoting in PROpenedOrUpdated

(cherry picked from commit af0535f302)
This commit is contained in:
George Joseph 2023-05-16 16:11:08 -06:00 committed by Asterisk Development Team
parent 5e37887d82
commit 955c2e06ff
1 changed files with 1 additions and 1 deletions

View 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: |