Double quotes
This commit is contained in:
parent
7c65c4311a
commit
1336d3b920
2
.github/workflows/troubleshooting.yml
vendored
2
.github/workflows/troubleshooting.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/github-script@v6'
|
- uses: 'actions/github-script@v6'
|
||||||
if: '${{ github.event.label_name == "bug" }}'
|
if: "${{ github.event.label_name == 'bug' }}"
|
||||||
with:
|
with:
|
||||||
script: |-
|
script: |-
|
||||||
const msg =
|
const msg =
|
||||||
|
Loading…
Reference in New Issue
Block a user