Typo
This commit is contained in:
parent
7c7fc1c5f6
commit
7cefd30345
|
@ -73,7 +73,7 @@ function run() {
|
||||||
`master:${target_branch}`
|
`master:${target_branch}`
|
||||||
]);
|
]);
|
||||||
process.chdir(process.env['GITHUB_WORKSPACE'] || '.');
|
process.chdir(process.env['GITHUB_WORKSPACE'] || '.');
|
||||||
core.info(`🎉 Content of $INPUT_BUILD_DIR has been deployed to GitHub Pages.`);
|
core.info(`🎉 Content of ${build_dir} has been deployed to GitHub Pages.`);
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
core.setFailed(error.message);
|
core.setFailed(error.message);
|
||||||
|
|
|
@ -62,9 +62,7 @@ async function run() {
|
||||||
]);
|
]);
|
||||||
|
|
||||||
process.chdir(process.env['GITHUB_WORKSPACE'] || '.');
|
process.chdir(process.env['GITHUB_WORKSPACE'] || '.');
|
||||||
core.info(
|
core.info(`🎉 Content of ${build_dir} has been deployed to GitHub Pages.`);
|
||||||
`🎉 Content of $INPUT_BUILD_DIR has been deployed to GitHub Pages.`
|
|
||||||
);
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error.message);
|
core.setFailed(error.message);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user