Restore comment as not a comment

This commit is contained in:
David Tolnay
2025-08-22 17:57:03 -07:00
parent 350b8170d6
commit e763ec4895

View File

@@ -34,6 +34,7 @@ runs:
run: |
: parse toolchain version
if [[ -z $toolchain ]]; then
: GitHub does not enforce 'required: true' inputs itself. https://github.com/actions/runner/issues/1070
echo "'toolchain' is a required input" >&2
exit 1
elif [[ $toolchain =~ ^stable' '[0-9]+' '(year|month|week|day)s?' 'ago$ ]]; then