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: |