Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e763ec4895 |
@@ -34,6 +34,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
: parse toolchain version
|
: parse toolchain version
|
||||||
if [[ -z $toolchain ]]; then
|
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
|
echo "'toolchain' is a required input" >&2
|
||||||
exit 1
|
exit 1
|
||||||
elif [[ $toolchain =~ ^stable' '[0-9]+' '(year|month|week|day)s?' 'ago$ ]]; then
|
elif [[ $toolchain =~ ^stable' '[0-9]+' '(year|month|week|day)s?' 'ago$ ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user