Skip to content

Commit

Permalink
--global
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2024
1 parent 2350631 commit d74c75f
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 user.email "action@github.com"
git config user.name "GitHub Action"
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
supersetbot bump-python --package "${{ github.event.inputs.package }}" --verbose

0 comments on commit d74c75f

Please sign in to comment.