mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
silence curl
This commit is contained in:
parent
e2e459601c
commit
0436b550d3
2
.github/workflows/do_release.yaml
vendored
2
.github/workflows/do_release.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Gather auto-text
|
- name: Gather auto-text
|
||||||
id: auto_text
|
id: auto_text
|
||||||
run: |
|
run: |
|
||||||
auto_text=$(curl -L \
|
auto_text=$(curl -s -S -L \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
-H "Authorization: Bearer ${{ secrets.RELEASE_PAT }}" \
|
-H "Authorization: Bearer ${{ secrets.RELEASE_PAT }}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user