Fix no identity
Some checks failed
ci/woodpecker/push/age-check Pipeline failed
ci/woodpecker/push/build-deploy Pipeline was successful
ci/woodpecker/manual/age-check Pipeline failed
ci/woodpecker/manual/build-deploy Pipeline was successful

This commit is contained in:
Louis 2025-09-30 13:50:48 +02:00
parent 1f401a3914
commit bfe0de2993

View file

@ -30,8 +30,8 @@ steps:
- git clone "${CI_REPO_CLONE_SSH_URL}" repo - git clone "${CI_REPO_CLONE_SSH_URL}" repo
# Set the displayed user with the commits that are about to be made # Set the displayed user with the commits that are about to be made
- git config --global user.email "${CI_COMMIT_AUTHOR_EMAIL:-$CI_COMMIT_AUTHOR_EMAIL}" - git config --global user.email "${CI_COMMIT_AUTHOR_EMAIL:-CI_COMMIT_AUTHOR_EMAIL}"
- git config --global user.name "${CI_COMMIT_AUTHOR:-$CI_COMMIT_AUTHOR}" - git config --global user.name "${CI_COMMIT_AUTHOR:-CI Bot}"
# Move the generated PDF to the repository directory # Move the generated PDF to the repository directory
- mv cv.pdf repo/ - mv cv.pdf repo/