Skip to content

Commit 72bb180

Browse files
Fix YAML: quote workflow name to allow colon
1 parent 5bc605e commit 72bb180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ch7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI: Chapter 7 (TD Control)"
1+
name: "Ch7"
22

33
on:
44
push:

0 commit comments

Comments
 (0)