From 95866a046bc82d4da06b64798fb8de2104e94fa7 Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 19 May 2025 20:17:05 +1000 Subject: [PATCH] add -y --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 13a6756..aca7af8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -60,7 +60,7 @@ jobs: - name: install rsync run: | - apt-get update -y && apt-get install rsync + apt-get update -y && apt-get install rsync -y - name: rsync deployments uses: https://github.com/Burnett01/rsync-deployments@7.0.2