Skip to content

Commit 00c8838

Browse files
Only use single quotes
1 parent ee2b09a commit 00c8838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
draft-new-release:
99
runs-on: ubuntu-latest
10-
if: startsWith(github.event.issue.title, "Release version") # only run for issues with a specific title
10+
if: startsWith(github.event.issue.title, 'Release version') # only run for issues with a specific title
1111
steps:
1212
- uses: actions/checkout@v2
1313

0 commit comments

Comments
 (0)