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 cc2784c commit 6ded28bCopy full SHA for 6ded28b
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