Skip to content

Commit

Permalink
FIX: Maybe the shell?
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 21, 2023
1 parent 5da587e commit cf9f7f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
changelog_checker:
name: Check towncrier entry in doc/changes/devel/
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
permissions:
contents: write
steps:
Expand All @@ -20,6 +17,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
- run: actions/setup-python@v5
- run: |
set -eo pipefail
pip install --upgrade towncrier pygithub
python ./.github/actions/rename_towncrier/rename_towncrier.py
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit cf9f7f3

Please sign in to comment.