Etsy
CI/CD 1 question
- #1GitHub Actions Retry Logic
A repository at
/home/interview/repocontains a deployment workflow that occasionally fails due to transient issues. A deployment step running./scripts/flaky-deploy.shfails on first attempt but succeeds on retry. The workflow needs automatic retry configuration to handle transient failures. A starter workflow file has been created at.github/workflows/deploy.ymlwith the basic structure.