From d267e744864b50930c80b30357146c9ab6279598 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 17 Apr 2023 02:59:25 +0200 Subject: [PATCH] use new implementation from toolkit Signed-off-by: CrazyMax --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index deb56ef..6b66c2e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -33,7 +33,7 @@ actionsToolkit.run( }); let toolPath; - if (Util.isValidUrl(inputs.version)) { + if (Util.isValidRef(inputs.version)) { if (standalone) { throw new Error(`Cannot build from source without the Docker CLI`); }