Add DEBUG environment variable to update job in Actions workflow
This commit is contained in:
parent
3258188bc7
commit
ea561c9f1b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user