Skip to content

Commit

Permalink
Merge pull request #31 from dmvict/master
Browse files Browse the repository at this point in the history
READY : Improve stability of action repo cloning
  • Loading branch information
Wandalen authored Oct 29, 2021
2 parents f43f48b + 04d630a commit 52ce0ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Common.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function actionClone( localPath, remotePath )
remotePath,
localPath,
sync : 1,
attemptLimit : 4,
attemptDelay : 500,
attemptDelayMultiplier : 4,
});

Expand Down

0 comments on commit 52ce0ff

Please sign in to comment.