Refactor Actions workflow to remove debug settings and fixing api url problems
This commit is contained in:
parent
00c78d51d4
commit
f9797244ef
@ -16,14 +16,13 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
|
||||||
DEBUG: "@actions/http-client,request"
|
|
||||||
HTTPS_PROXY: http://172.31.0.1:8080
|
|
||||||
HTTP_PROXY: http://172.31.0.1:8080
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get latest homebrewery release
|
- name: Get latest homebrewery release
|
||||||
id: latest_release
|
id: latest_release
|
||||||
uses: easyware-io/get-latest-release@v1
|
uses: easyware-io/get-latest-release@v1
|
||||||
|
env:
|
||||||
|
GITHUB_API_URL: https://api.github.com
|
||||||
|
GITHUB_SERVER_URL: https://github.com
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
repo: homebrewery
|
repo: homebrewery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user