Skip to content

Commit

Permalink
Make sure that the git user is configured
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Oct 31, 2024
1 parent 2e5599b commit d2ea6b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
set -x
cd docs/mkdocs
sed -i "s/VERSION_PLACEHOLDER/v${{inputs.version}}/g" overrides/main.html
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git add overrides/main.html
git commit -m "Update version placeholder to v${{inputs.version}}"
Expand Down

0 comments on commit d2ea6b1

Please sign in to comment.