Skip to content

Commit 09bf6e1

Browse files
authored
chore(ci): single quotes (#6828)
1 parent 4562bb6 commit 09bf6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/authors-and-third-party-notices.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ permissions:
1414
jobs:
1515
update_generated_files:
1616
if: |
17-
github.event_name == "schedule" ||
18-
!startsWith(github.event.head_commit.message, "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary")
17+
github.event_name == 'schedule' ||
18+
!startsWith(github.event.head_commit.message, 'chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary')
1919
name: Update automatically generated files
2020
runs-on: ubuntu-latest
2121
env:

0 commit comments

Comments
 (0)