hashicorp / setup-terraform

Sets up Terraform CLI in your GitHub Actions workflow.
https://developer.hashicorp.com/terraform/tutorials/automation/github-actions
Mozilla Public License 2.0
1.35k stars 237 forks source link

Remove redundant shell definition #358

Closed rdhar-tc closed 10 months ago

rdhar-tc commented 10 months ago

Remove shell: bash from all jobs' steps since defaults: run: shell: bash has already been defined at the top of the file, which applies to all jobs in the workflow per documentation.

github-actions[bot] commented 3 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.