Skip to content

Commit 739329c

Browse files
committed
Update lib.ts
1 parent ab1e83d commit 739329c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ export default async function run(
5151

5252
const settings: ActionInterface = {
5353
...action,
54-
...configuration,
54+
...configuration
5555
}
5656

5757
// Sets the branch to the default value if it's not defined
5858
settings.branch = !isNullOrUndefined(settings.branch)
59-
? settings.branch
60-
: 'gh-pages'
59+
? settings.branch
60+
: 'gh-pages'
6161

6262
// Defines the repository/folder paths and token types.
6363
// Also verifies that the action has all of the required parameters.

0 commit comments

Comments
 (0)