Skip to content

Commit d75e905

Browse files
authored
ci: Consistent bash defaults in workflows (#336)
1 parent 07f5568 commit d75e905

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/backport.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- labeled
88
- closed
99

10+
defaults:
11+
run:
12+
shell: bash
13+
1014
jobs:
1115
backport:
1216
name: Backport PR

.github/workflows/release-please.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ permissions:
1313
pull-requests: write
1414
actions: write
1515

16+
defaults:
17+
run:
18+
shell: bash
19+
1620
jobs:
1721
release-please:
1822
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)