Skip to content

Commit e626540

Browse files
Copilotgreenc-FNAL
andcommitted
Explicitly specify bash shell for pipefail compatibility
Co-authored-by: greenc-FNAL <2372949+greenc-FNAL@users.noreply.github.com>
1 parent 3dd61c0 commit e626540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555

5656
- name: Enable auto-merge for Dependabot PRs
5757
if: steps.pr.outputs.author == 'dependabot[bot]' && steps.pr.outputs.base_ref == 'main'
58+
shell: bash
5859
run: |
5960
# Attempt to enable auto-merge. The gh CLI doesn't provide structured error codes,
6061
# so we must parse error messages. Common expected errors:

0 commit comments

Comments
 (0)