.github: Fix quoting in PROpenedOrUpdated

(cherry picked from commit af0535f302)
releases/certified-20.7
George Joseph 2 years ago committed by Asterisk Development Team
parent 5e37887d82
commit 955c2e06ff

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

Loading…
Cancel
Save