Skip to content

Commit cc2784c

Browse files
authored
Merge pull request #165 from dtolnay/fix2
Try without backtick?
2 parents 5ee21dc + f6642a8 commit cc2784c

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)