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 638c7cf8cf - Show all commits

View File

@ -119,11 +119,12 @@ steps:
- git config --local core.sshCommand "/usr/bin/sh -i /tmp/ssh" - git config --local core.sshCommand "/usr/bin/sh -i /tmp/ssh"
- 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 remote add ssh "$DRONE_GIT_SSH_URL"
- git add * - git add *
- git status - git status
- git commit -m "rustfmt" - git commit -m "rustfmt"
- cat .git/config - cat .git/config
- git push origin - git push ssh
environment: environment:
GIT_EMAIL_ADDRESS: GIT_EMAIL_ADDRESS:
from_secret: WANESSA_EMAIL_ADDRESS from_secret: WANESSA_EMAIL_ADDRESS