From 9f77ebe01e4599be901f394195ef05eac7106ec8 Mon Sep 17 00:00:00 2001 From: Shaun Hoffer Date: Wed, 14 Aug 2024 12:57:36 -0400 Subject: [PATCH] allow execute --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c51e80b..d9963b4 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ runs: using: 'composite' steps: - id: ttpages-action - run: $GITHUB_ACTION_PATH/run.sh '${{ inputs.path }}' + run: bash $GITHUB_ACTION_PATH/run.sh '${{ inputs.path }}' shell: bash \ No newline at end of file