diff --git a/.forgejo/workflows/daily-collect.yaml b/.forgejo/workflows/daily-collect.yaml index ccdbf21..9ebf852 100644 --- a/.forgejo/workflows/daily-collect.yaml +++ b/.forgejo/workflows/daily-collect.yaml @@ -18,6 +18,7 @@ jobs: mkdir -p ~/.ssh echo 'Host git.mcdevitt.tech' >> ~/.ssh/config echo ' HostName git.mcdevitt.tech' >> ~/.ssh/config + echo ' User git' >> ~/.ssh/config echo ' Port 3022' >> ~/.ssh/config cat ~/.ssh/config