Skip to content

Commit 00eab42

Browse files
committed
Use single quotes
1 parent ac85e33 commit 00eab42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
timeout-minutes: 15
211211

212212
# Run the build task:
213-
- name: "Run build task"
213+
- name: 'Run build task'
214214
shell: bash
215215
run: |
216216
chmod +x $GITHUB_WORKSPACE/tools/ci/github/script

0 commit comments

Comments
 (0)