From 0436b550d3139ae0f3eb11e6fc873ab689b8c794 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 1 Mar 2024 00:13:30 +0100 Subject: [PATCH] silence curl --- .github/workflows/do_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/do_release.yaml b/.github/workflows/do_release.yaml index 5ac7734d33..2267ad9d94 100644 --- a/.github/workflows/do_release.yaml +++ b/.github/workflows/do_release.yaml @@ -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 }}" \