From f6642a8e0a569a4651d01b5f17a7d9a0b408798a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 22 Aug 2025 17:39:26 -0700 Subject: [PATCH] Try without backtick? --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b48984a..7a53b68 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +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 + # 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