From beb32881dae1e2ce2e7e2fe4387f773c656a5a39 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sun, 22 Sep 2024 23:53:22 +0300 Subject: [PATCH] chore(gha): Finish fixing action arg handling with workaround for GH's quoting --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ebed1eb..1ff1804 100644 --- a/action.yml +++ b/action.yml @@ -17,8 +17,10 @@ outputs: runs: using: docker image: docker://ghcr.io/theleagueof/fontship:v0.9.6 + entrypoint: sh args: - - ${{ inputs.args }} + - -c + - fontship ${{ inputs.args }} branding: icon: truck color: green