Skip to content

Commit

Permalink
try setting git user explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 24, 2024
1 parent 36828c5 commit 216b734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.HAYSTACK_BOT_TOKEN }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "HaystackBot"
git config --global user.email "[email protected]"
git fetch
git checkout main
git add ${{ steps.pathfinder.outputs.project_path }}
Expand Down

0 comments on commit 216b734

Please sign in to comment.