We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee21dc commit f6642a8Copy full SHA for f6642a8
action.yml
@@ -34,7 +34,7 @@ runs:
34
run: |
35
: parse toolchain version
36
if [[ -z $toolchain ]]; then
37
- # GitHub does not enforce `required: true` inputs itself. https://github.com/actions/runner/issues/1070
+ # GitHub does not enforce 'required: true' inputs itself. https://github.com/actions/runner/issues/1070
38
echo "'toolchain' is a required input" >&2
39
exit 1
40
elif [[ $toolchain =~ ^stable' '[0-9]+' '(year|month|week|day)s?' 'ago$ ]]; then
0 commit comments