Skip to content

Commit cfdb508

Browse files
committed
Update constants.ts
1 parent 84bd015 commit cfdb508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface ActionInterface {
3939
/** Whether to force-push or attempt to merge existing changes. */
4040
force?: boolean
4141
/** How many times to attempt to merge existing changes into the remote HEAD. */
42-
attemptLimit?: number;
42+
attemptLimit?: number
4343
/** Determines test scenarios the action is running in. */
4444
isTest: TestFlag
4545
/** The git config name. */

0 commit comments

Comments
 (0)