Skip to content

Commit f6642a8

Browse files
committed
Try without backtick?
1 parent 5ee21dc commit f6642a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
run: |
3535
: parse toolchain version
3636
if [[ -z $toolchain ]]; then
37-
# GitHub does not enforce `required: true` inputs itself. https://github.com/actions/runner/issues/1070
37+
# GitHub does not enforce 'required: true' inputs itself. https://github.com/actions/runner/issues/1070
3838
echo "'toolchain' is a required input" >&2
3939
exit 1
4040
elif [[ $toolchain =~ ^stable' '[0-9]+' '(year|month|week|day)s?' 'ago$ ]]; then

0 commit comments

Comments
 (0)