.github: Fix quoting in PROpenedOrUpdated

(cherry picked from commit 2c7304e416)
pull/310/head
George Joseph 2 years ago committed by Asterisk Development Team
parent 3d9be8b2f9
commit 0540e21567

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