From a044e2f056e2ff920d83c7c23398bc7c7c2dbff2 Mon Sep 17 00:00:00 2001 From: Shaun Hoffer Date: Wed, 14 Aug 2024 12:57:51 -0400 Subject: [PATCH] allow execute --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9e8b7ca..e8ce11d 100644 --- a/action.yml +++ b/action.yml @@ -7,5 +7,5 @@ runs: using: 'composite' steps: - name: Install packages - run: $GITHUB_ACTION_PATH/run.sh + run: bash $GITHUB_ACTION_PATH/run.sh shell: bash \ No newline at end of file