You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
build-push-action/dist
Mor Weinberger e4bf8b61e3 feat: Add retry mechanism with configurable attempts, wait time, and timeout
New input parameters:
- max-attempts (default: 1) - Maximum number of build attempts
- retry-wait-seconds (default: 0) - Delay between retry attempts
- timeout-minutes (default: 0) - Timeout per attempt (0 = no timeout)

Implementation:
- Wraps build execution in retry loop with comprehensive logging
- Adds timeout support per attempt using Promise.race()
- Fully backward compatible (default values maintain current behavior)
- Adds 2 test cases

Signed-off-by: Mor Weinberger <test@example.com>
2 months ago
..
index.js feat: Add retry mechanism with configurable attempts, wait time, and timeout 2 months ago
index.js.map feat: Add retry mechanism with configurable attempts, wait time, and timeout 2 months ago
licenses.txt chore: update generated content 10 months ago
sourcemap-register.js