We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bd015 commit cfdb508Copy full SHA for cfdb508
src/constants.ts
@@ -39,7 +39,7 @@ export interface ActionInterface {
39
/** Whether to force-push or attempt to merge existing changes. */
40
force?: boolean
41
/** How many times to attempt to merge existing changes into the remote HEAD. */
42
- attemptLimit?: number;
+ attemptLimit?: number
43
/** Determines test scenarios the action is running in. */
44
isTest: TestFlag
45
/** The git config name. */
0 commit comments