Use single quotes in action job (#10579)
This commit is contained in:
parent
ba036fdeea
commit
ff3443fe42
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
auto-cc:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == "issue" || github.event.pull_request.draft == false
|
||||
if: github.event_name == 'issue' || github.event.pull_request.draft == false
|
||||
steps:
|
||||
- uses: carmocca/probot@v1
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue