diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index dba552f..1703fbf 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: | - apt-get net-tools + apt-get install net-tools echo $USER ifconfig -a - name: Stop site service on remote server