diff --git a/src/lib.ts b/src/lib.ts index 759dc9662..483753855 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -51,13 +51,13 @@ export default async function run( const settings: ActionInterface = { ...action, - ...configuration, + ...configuration } // Sets the branch to the default value if it's not defined settings.branch = !isNullOrUndefined(settings.branch) - ? settings.branch - : 'gh-pages' + ? settings.branch + : 'gh-pages' // Defines the repository/folder paths and token types. // Also verifies that the action has all of the required parameters.