From 85c91ae48a89963e0af8a0c3712faa02dc00779e Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Wed, 6 Dec 2023 13:40:43 -0600 Subject: [PATCH] Set shell bash for the info output --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index eb9d007..d3827c3 100644 --- a/action.yml +++ b/action.yml @@ -52,6 +52,7 @@ runs: echo minimum_php_version_constant_name: ${{ inputs.minimum_php_version_constant_name }} echo plugin_file: ${{ inputs.plugin_file }} echo plugin_path: ${{ inputs.plugin_path }} + shell: bash - name: Set up Node.js uses: actions/setup-node@v1 with: