Skip to content

Commit 204b1bf

Browse files
janiszstehessel
andauthored
silent curl (#14)
Co-authored-by: Stephan Hesselmann <login@stephan.sh>
1 parent 603b212 commit 204b1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
mkdir -p ${{ inputs.install-dir }}
5959
curl -H "Authorization: Bearer ${{ inputs.central-token }}" -H "User-Agent: roxctl-installer-GHA" \
6060
${RUNNER_DEBUG:+--verbose} \
61-
${SKIP_TLS_VERIFY}--fail -S -L --retry 5 \
61+
${SKIP_TLS_VERIFY}--fail -S -L --retry 5 --silent --show-error \
6262
"${ENDPOINT}${EXT}" --output "${{ inputs.install-dir }}/roxctl${EXT}"
6363
chmod +x "${{ inputs.install-dir }}/roxctl${EXT}"
6464
roxctl version

0 commit comments

Comments
 (0)