.github: Fix quoting in PROpenedOrUpdated

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