We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d08769 commit 8638125Copy full SHA for 8638125
lib/utils/misc.js
@@ -100,6 +100,7 @@ exports.getBuildCommands = (buildDir, pushDir) => {
100
commands.push(...exports.getBackupCommands(buildDir, pushDir));
101
commands.push(...exports.getClearFilesCommands(getCleanTargets()));
102
commands.push(...exports.getRestoreBackupCommands(buildDir, pushDir));
103
+ console.log(commands);
104
return commands;
105
};
106
exports.getCommitMessage = () => core_1.getInput('COMMIT_MESSAGE') || constant_1.DEFAULT_COMMIT_MESSAGE;
0 commit comments