Skip to content

Commit

Permalink
set git identity
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2024
1 parent 7749896 commit d2aa222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
supersetbot bump-python --package "${{ github.event.inputs.package }}" --verbose

0 comments on commit d2aa222

Please sign in to comment.