diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d4a5a4c..c67f6a6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Install SSH client run: | - apt-get update && apt-get install -y openssh-client + apt-get update -y && apt-get install -y openssh-client - name: Setup SSH inside container run: |