Skip to content

Commit

Permalink
add the shell to use
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 7, 2025
1 parent 78709bf commit 727252d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/actions/bot-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
git add .
git commit -m "$MESSAGE"
git push
shell: bash
env:
USERNAME: "Github Build Bot"
EMAIL: "[email protected]"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/_bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ on:
permissions:
contents: write

defaults:
run:
shell: bash

jobs:
main:
runs-on: ${{ vars.DEFAULT_RUNNER }}
Expand All @@ -69,6 +65,7 @@ jobs:
echo "initial=$(hatch version)" >> $GITHUB_OUTPUT
hatch version ${{ inputs.version }}
echo "final=$(hatch version)" >> $GITHUB_OUTPUT
shell: bash
working-directory: ./${{ inputs.package }}
- uses: ./.github/actions/bot-commit
with:
Expand Down

0 comments on commit 727252d

Please sign in to comment.