mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
3.5.6
This commit is contained in:
parent
d28d56acea
commit
dd9ddf64a9
@ -26,7 +26,7 @@ function init(action) {
|
||||
yield execute_1.execute(`git config user.name "${action.name}"`, action.workspace, action.silent);
|
||||
yield execute_1.execute(`git config user.email "${action.email}"`, action.workspace, action.silent);
|
||||
yield execute_1.execute(`git remote rm origin`, action.workspace, action.silent);
|
||||
yield execute_1.execute(`git remote add origin ${action.repositoryPath}`, action.workspace);
|
||||
yield execute_1.execute(`git remote add origin ${action.repositoryPath}`, action.workspace, action.silent);
|
||||
yield execute_1.execute(`git fetch --no-recurse-submodules`, action.workspace, action.silent);
|
||||
core_1.info('Git configured… 🔧');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user