diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 9173484..dba552f 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -13,7 +13,7 @@ jobs: cat ./.env - name: Know current user and host run: | - sudo apt install net-tools + apt-get net-tools echo $USER ifconfig -a - name: Stop site service on remote server