From 3e6abe11d98ee5bffa97f36d4e497ba033e9e7f7 Mon Sep 17 00:00:00 2001 From: BattleCh1cken Date: Wed, 8 May 2024 12:53:23 -0400 Subject: [PATCH] fix action --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c0c52f13f..193cb9380 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,8 @@ inputs: default: ${{ github.repository }} runs: - using: "composite" + using: composite + shell: bash steps: - name: Checkout uses: actions/checkout@v2.3.4