From 8c56d4735bdf61d33b598a4d1965132d7c346098 Mon Sep 17 00:00:00 2001 From: fzorb Date: Thu, 1 May 2025 07:41:02 +0000 Subject: [PATCH] i guess the ubuntu:latest image runs everything as root lol --- .gitea/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 7a7b7a3..cd3c31f 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -13,8 +13,8 @@ jobs: steps: - name: init env run: | - sudo apt-get update - sudo apt-get install -y rsync openssh-client hugo git sshpass + apt-get update + apt-get install -y rsync openssh-client hugo git sshpass - name: init git run: |