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 a53828e6c2 - Show all commits

View File

@ -124,7 +124,7 @@ steps:
- cat "$${HOME}/.ssh/config" - cat "$${HOME}/.ssh/config"
- git config --local user.name "wanessa" - git config --local user.name "wanessa"
- git config --local user.email "$GIT_EMAIL_ADDRESS" - git config --local user.email "$GIT_EMAIL_ADDRESS"
- git config core.sshCommand '/usr/bin/ssh' - git config core.sshCommand '/usr/bin/ssh -v'
- git remote add ssh "$DRONE_GIT_SSH_URL" - git remote add ssh "$DRONE_GIT_SSH_URL"
- git add * - git add *
- git status - git status