mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Add cherry-pick reminder
|
- name: Add cherry-pick reminder
|
||||||
if: github.event.action == "opened"
|
if: github.event.action == 'opened'
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user