Is your feature request related to a problem? Please describe.
|
private static async isHeaderPngAccessible(): Promise<boolean> { |
The new addition is nice, but waiting 2 minutes for it to timeout adds to build times in an offline environment
Describe the solution you'd like to see
- uses: jfrog/setup-jfrog-cli@v4
with:
disable-online-header-summary: true
Describe alternatives you've considered
Include the header in the binary or remove that online check altogether
Additional context
No response