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.38k stars 243 forks source link

Remove redundant shell definition #358

Closed rdhar closed 1 year ago

rdhar commented 1 year 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 6 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.