Skip to content

Commit

Permalink
auto_tag_stable.yml: run git config
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 18, 2024
1 parent 25e7cbd commit 1ddaee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto_tag_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "PROJ-bot"
touch .dummy-file
git add .dummy-file
# Do that so that stable doesn't have the same git sha as the stable branch, so ReadTheDocs triggers a build
Expand Down

0 comments on commit 1ddaee4

Please sign in to comment.