mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
.github: Fix quoting in PROpenedOrUpdated
(cherry picked from commit af0535f302
)
This commit is contained in:
committed by
Asterisk Development Team
parent
5e37887d82
commit
955c2e06ff
2
.github/workflows/PROpenedOrUpdated.yml
vendored
2
.github/workflows/PROpenedOrUpdated.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user