From 074a6a7de3ccc1d66fddc6285c7a95b9ecf2e400 Mon Sep 17 00:00:00 2001 From: Lyn Fugmann Date: Sat, 5 Oct 2024 16:49:37 +0200 Subject: [PATCH] test --- .forgejo/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index e5d3a44..ed6a4aa 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -11,8 +11,8 @@ jobs: # env: # SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }} steps: - - run: cat /etc/resolv.conf - - run: apt update && apt install dnsutils -y && dig git.ifsr.de + - run: curl -v -I https://git.ifsr.de + # - run: apt update && apt install dnsutils -y && dig git.ifsr.de - uses: actions/checkout@v4 with: