Skip to content

Commit

Permalink
ci: Consistent bash defaults in workflows (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Feb 7, 2024
1 parent 07f5568 commit d75e905
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- labeled
- closed

defaults:
run:
shell: bash

jobs:
backport:
name: Backport PR
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ permissions:
pull-requests: write
actions: write

defaults:
run:
shell: bash

jobs:
release-please:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d75e905

Please sign in to comment.