diff --git a/.forgejo/workflows/daily-collect.yaml b/.forgejo/workflows/daily-collect.yaml index 60582f9..26a02b2 100644 --- a/.forgejo/workflows/daily-collect.yaml +++ b/.forgejo/workflows/daily-collect.yaml @@ -13,14 +13,6 @@ jobs: container: image: node:18 steps: - - name: Git Setup - run: | - mkdir -p ~/.ssh - echo 'Host git.mcdevitt.tech' >> ~/.ssh/config - echo ' HostName git.mcdevitt.tech' >> ~/.ssh/config - echo ' Port 3022' >> ~/.ssh/config - cat ~/.ssh/config - - name: Checkout repository uses: actions/checkout@v4 with: