From 99bc471443774a3ca4d52d1f4a0841cbb0aac573 Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 19 Dec 2023 22:54:08 +0100 Subject: [PATCH] removed extra apostrophe --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 822b418..8742c87 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: steps: - name: Install and update ssh + rsync run: | - 'which rsync || ( apt update -y && apt install rsync -y)' - 'which ssh-agent || ( apt update -y && apt install openssh-client -y)' + which rsync || ( apt update -y && apt install rsync -y) + which ssh-agent || ( apt update -y && apt install openssh-client -y) - uses: actions/download-artifact@v3 with: name: static-site