From e2286990356b9826859792d3fc5951df14bedfba Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Sun, 23 Jun 2024 14:33:07 +0200 Subject: [PATCH] Fix action entrypoint value error --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9093c78..e3466ac 100644 --- a/action.yml +++ b/action.yml @@ -4,6 +4,6 @@ description: Build all the schemes for a base16 or tinted repo runs: using: docker image: ghcr.io/tinted-theming/tinted-builder-rust:latest - entrypoint: ["/bin/sh", "-c"] + entrypoint: "/bin/sh -c" args: - "tinted-builder-rust sync && tinted-builder-rust build ."