fix ci (v3)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2025-01-24 15:46:27 +01:00
commit 901c18c231

View file

@ -1,7 +1,9 @@
steps:
update_profile:
image: alpine/git
secrets: [ssh_priv_key]
environment:
SSH_PRIV_KEY:
from_secret: ssh_priv_key
commands:
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI