Skip to content

Commit

Permalink
FIX: More
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 21, 2023
1 parent 9b9ec28 commit a906470
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 @@ -12,8 +12,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: changelog-bot
GIT_COMMITTER_NAME: "MNE CI Bot"
GIT_COMMITTER_EMAIL: "[email protected]"
defaults:
run:
shell: bash -el {0}
Expand All @@ -22,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
- run: actions/setup-python@v5
- run: |
pip install --upgrade towncrier pygithub
Expand Down

0 comments on commit a906470

Please sign in to comment.