silence curl

This commit is contained in:
Matthias Mair 2024-03-01 00:13:30 +01:00
parent e2e459601c
commit 0436b550d3
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -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 }}" \