mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 16:47:04 +00:00
Double quotes
This commit is contained in:
parent
7c65c4311a
commit
1336d3b920
1 changed files with 1 additions and 1 deletions
2
.github/workflows/troubleshooting.yml
vendored
2
.github/workflows/troubleshooting.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: 'actions/github-script@v6'
|
||||
if: '${{ github.event.label_name == "bug" }}'
|
||||
if: "${{ github.event.label_name == 'bug' }}"
|
||||
with:
|
||||
script: |-
|
||||
const msg =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue