We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1e83d commit 739329cCopy full SHA for 739329c
src/lib.ts
@@ -51,13 +51,13 @@ export default async function run(
51
52
const settings: ActionInterface = {
53
...action,
54
- ...configuration,
+ ...configuration
55
}
56
57
// Sets the branch to the default value if it's not defined
58
settings.branch = !isNullOrUndefined(settings.branch)
59
- ? settings.branch
60
- : 'gh-pages'
+ ? settings.branch
+ : 'gh-pages'
61
62
// Defines the repository/folder paths and token types.
63
// Also verifies that the action has all of the required parameters.
0 commit comments