diff --git a/.forgejo/workflows/daily-collect.yaml b/.forgejo/workflows/daily-collect.yaml index e724d10..9caef90 100644 --- a/.forgejo/workflows/daily-collect.yaml +++ b/.forgejo/workflows/daily-collect.yaml @@ -14,7 +14,7 @@ jobs: - name: Install Dependencies run: | # Ensure we have the necessary tools to install packages - apt-get update -y && apt-get install openssh-client + apt-get update -y && apt-get install openssh-client -y - name: Setup SSH env: