diff --git a/.github/workflows/PROpenedOrUpdated.yml b/.github/workflows/PROpenedOrUpdated.yml index 422212c242..0fdc02e3af 100644 --- a/.github/workflows/PROpenedOrUpdated.yml +++ b/.github/workflows/PROpenedOrUpdated.yml @@ -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: |