From 943378a1fd9a842a7fcb395143c00f9ee768d02f Mon Sep 17 00:00:00 2001 From: uzurka Date: Mon, 14 Apr 2025 23:03:22 +0200 Subject: [PATCH] removed debug task --- .gitea/workflows/gen.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/gen.yaml b/.gitea/workflows/gen.yaml index 0cc3099..4a1ca9f 100644 --- a/.gitea/workflows/gen.yaml +++ b/.gitea/workflows/gen.yaml @@ -52,10 +52,6 @@ jobs: bash create-adguardhome.sh cp output/adguardhome/lancache.conf /tmp/lancache.conf - - name: Cat /tmp/lancache.conf - run: | - cat /tmp/lancache.conf - - name: upload it on my repo run: | git config --global user.name "Gitea Actions"