From ff83690ec6cacc72888f6e9f2537012d2c90f5f0 Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Thu, 30 Jul 2026 03:54:03 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e75effb..732f679 100755 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,12 +8,6 @@ jobs: deploy: runs-on: docs-runner # must match the label of your registered act_runner steps: - - name: Debug - run: | - echo "REPOSITORY=$GITHUB_REPOSITORY" - echo "SERVER_URL=$GITHUB_SERVER_URL" - echo "GITEA_URL=$GITEA_URL" - env | sort | egrep -i 'GITHUB|GITEA|SERVER|URL|REPOSITORY' || true - name: Checkout repository run: |