We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204b1bf commit 47fb4f5Copy full SHA for 47fb4f5
1 file changed
action.yml
@@ -58,7 +58,7 @@ runs:
58
mkdir -p ${{ inputs.install-dir }}
59
curl -H "Authorization: Bearer ${{ inputs.central-token }}" -H "User-Agent: roxctl-installer-GHA" \
60
${RUNNER_DEBUG:+--verbose} \
61
- ${SKIP_TLS_VERIFY}--fail -S -L --retry 5 --silent --show-error \
+ ${SKIP_TLS_VERIFY}--fail -S -L --retry 5 --retry-all-errors --silent --show-error \
62
"${ENDPOINT}${EXT}" --output "${{ inputs.install-dir }}/roxctl${EXT}"
63
chmod +x "${{ inputs.install-dir }}/roxctl${EXT}"
64
roxctl version
0 commit comments