Skip to content

Commit 350b817

Browse files
authored
Merge pull request #166 from dtolnay/fix1
Try without comment?
2 parents cc2784c + 6ded28b commit 350b817

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)