Skip to content

Commit

Permalink
Merge pull request #52 from rmartin16/fix-changenote-commit-actor-name
Browse files Browse the repository at this point in the history
Use lowercase "dependabot" name for mocked Dependabot github commits
  • Loading branch information
freakboy3742 authored Sep 19, 2023
2 parents dfbe2b1 + aad6f45 commit 40710f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-changenote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Configure git
run: |
git config --local user.email "$(git log --pretty='%ae' -1)"
git config --local user.name "Dependabot[bot]"
git config --local user.name "dependabot[bot]"
- name: Commit Change Note
env:
Expand Down

0 comments on commit 40710f1

Please sign in to comment.