From 69fe127832239640fa912d2fce513b277f2c024f Mon Sep 17 00:00:00 2001 From: Alex Supkay Date: Sat, 25 May 2024 19:14:25 -0400 Subject: [PATCH] Specify bash for shell --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index c7ceb18..f2af668 100644 --- a/action.yml +++ b/action.yml @@ -16,10 +16,12 @@ runs: using: composite steps: - uses: actions/checkout@v3 + shell: bash with: fetch-depth: 0 - name: Check for changes id: changedStep + shell: bash run: | set +e