Skip to content

Commit

Permalink
Merge pull request #69: Set default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored May 15, 2024
2 parents c0bc8e7 + 8de3ead commit 3f4e331
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ on:

workflow_dispatch:

defaults:
run:
# This is the same as GitHub Action's `bash` keyword as of 14 May 2024:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
#
# Completely spelling it out here so that GitHub can't change it out from under us
# and we don't have to refer to the docs to know the expected behavior.
shell: bash --noprofile --norc -eo pipefail {0}

jobs:
generate-version:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 3f4e331

Please sign in to comment.