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