Skip to content

Commit

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

0 comments on commit 2350631

Please sign in to comment.