From ea561c9f1b631e4f6629915c52f82bfb0b029f08 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 26 Jun 2025 14:14:22 +0200 Subject: [PATCH] Add DEBUG environment variable to update job in Actions workflow --- .gitea/workflows/update.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 6456cff..49aed71 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -16,6 +16,8 @@ permissions: jobs: update: runs-on: ubuntu-24.04 + env: + DEBUG: "@actions/http-client,request" steps: - name: Get latest homebrewery release id: latest_release