From d4a14e5b8c83d0457aaf1f63843793b748feac39 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 3 Nov 2023 09:36:20 -0400 Subject: [PATCH] ci: fix gc syntax --- .forgejo/workflows/deployment/deploy-systems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deployment/deploy-systems.yml b/.forgejo/workflows/deployment/deploy-systems.yml index a31e7f0..4acb8d0 100644 --- a/.forgejo/workflows/deployment/deploy-systems.yml +++ b/.forgejo/workflows/deployment/deploy-systems.yml @@ -31,4 +31,4 @@ jobs: host: 100.82.146.40 username: root key: ${{secrets.SSH_DEPLOY_KEY}} - run: nh clean all + script: nh clean all