Added
- Add timeout and retry logic to IPFS Cluster uploads.
- Uploads to IPFS Cluster have a default timeout of 5 minutes.
- If the upload fails, the action will retry by default 3 times with a 5 second delay between attempts.
- The number of retry attempts and timeout can be customized using the
cluster-retry-attempts
andcluster-timeout-minutes
inputs.
Fixed
- Remove duplicate preview link from PR comment.