Skip to content

Commit

Permalink
set default shell to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Dec 19, 2024
1 parent dd56719 commit 43cd24a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/post_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
default:
run:
shell: bash
needs: [registry-check]
steps:
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
with:
terraform_wrapper: false
if: matrix.os == windows-latest
shell: bash
- name: Specify Provider Version in TF Configuration
run: |
cat <<EOF > main.tf
Expand Down

0 comments on commit 43cd24a

Please sign in to comment.