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
|
||||
id: auto_text
|
||||
run: |
|
||||
auto_text=$(curl -L \
|
||||
auto_text=$(curl -s -S -L \
|
||||
-X POST \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer ${{ secrets.RELEASE_PAT }}" \
|
||||
|
Loading…
Reference in New Issue
Block a user