From 801169c9b4b7fa1ad79a7a55966a50a29fd6013a Mon Sep 17 00:00:00 2001 From: Tizian Maxime Weigt Date: Sun, 27 Apr 2025 04:20:01 +0200 Subject: [PATCH] test --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c85d9b0..a5c19fd 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: runs-on: alpine-latest steps: - name: add nameservers to resolv.conf - run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf + run: sh echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf - name: show resolv.conf run: cat /etc/resolv.conf - name: show ip addr