Skip to content

Commit ff3443f

Browse files
authored
Use single quotes in action job (#10579)
1 parent ba036fd commit ff3443f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/probot-auto-cc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
auto-cc:
1111
runs-on: ubuntu-latest
12-
if: github.event_name == "issue" || github.event.pull_request.draft == false
12+
if: github.event_name == 'issue' || github.event.pull_request.draft == false
1313
steps:
1414
- uses: carmocca/probot@v1
1515
env:

0 commit comments

Comments
 (0)