Skip to content

Commit 6ded28b

Browse files
committed
Try without comment?
1 parent cc2784c commit 6ded28b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ 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
3837
echo "'toolchain' is a required input" >&2
3938
exit 1
4039
elif [[ $toolchain =~ ^stable' '[0-9]+' '(year|month|week|day)s?' 'ago$ ]]; then

0 commit comments

Comments
 (0)