.github: Fix quoting in PROpenedOrUpdated

This commit is contained in:
George Joseph 2023-05-16 16:11:08 -06:00
parent 7c917618f4
commit cd2865175c
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: |