Add DEBUG environment variable to update job in Actions workflow

This commit is contained in:
Florian Weber 2025-06-26 14:14:22 +02:00
parent 3258188bc7
commit ea561c9f1b
Signed by: f.weber
GPG Key ID: A1C85EB19014A2D3

View File

@ -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