Use single quotes in action job (#10579)

This commit is contained in:
Carlos Mocholí 2021-11-17 16:54:41 +01:00 committed by GitHub
parent ba036fdeea
commit ff3443fe42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: