mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
.github/workflows: use bash as the default shell
GitHub Actions adds pipefail only when we use bash. https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#defaultsrunshell Closes: https://github.com/gentoo/guru/pull/303 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
4d769f1bcb
commit
19f093de06
4
.github/workflows/emails.yml
vendored
4
.github/workflows/emails.yml
vendored
@ -8,6 +8,10 @@ on:
|
||||
pull_request:
|
||||
branches: [dev]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
bugzilla:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user