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.
2 parents cc2784c + 6ded28b commit 350b817Copy full SHA for 350b817
action.yml
@@ -34,7 +34,6 @@ 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
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