.github: Fix quoting in PROpenedOrUpdated

pull/97/head
George Joseph 2 years ago
parent 7c917618f4
commit cd2865175c

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