mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update git.ts
This commit is contained in:
parent
d3f2c96fe4
commit
6493e2de76
@ -6,7 +6,7 @@ import {
|
||||
suppressSensitiveInformation
|
||||
} from "./util";
|
||||
|
||||
/* Generates the branch if it doesn't exist on the remote. */
|
||||
/* Initializes git in the workspace. */
|
||||
export async function init(action: actionInterface): Promise<void | Error> {
|
||||
try {
|
||||
hasRequiredParameters(action);
|
||||
|
Loading…
Reference in New Issue
Block a user