auto-format #20

Merged
leon merged 143 commits from auto-format into main 2024-02-14 01:18:02 +01:00
Showing only changes of commit 0288ac5e47 - Show all commits

View File

@ -116,7 +116,7 @@ steps:
- cargo fmt --all --verbose
- apk add git
- echo "$WANESSA_SSH_PRIVKEY" > /tmp/ssh
- git config --local core.sshCommand "/usr/bin/sh -i /tmp/ssh"
- git config --local core.sshCommand "/usr/bin/ssh -i /tmp/ssh"
- git config --local user.name "WANessa"
- git config --local user.email "$GIT_EMAIL_ADDRESS"
- git remote add ssh "$DRONE_GIT_SSH_URL"