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 8caaf61 commit be77bfeCopy full SHA for be77bfe
1 file changed
dist/index.js
@@ -2873,9 +2873,9 @@ function run() {
2873
cmd += "@" + version;
2874
}
2875
yield exec.exec(cmd);
2876
+ core.endGroup();
2877
// show Eask version
2878
yield exec.exec('eask', ['--version']);
- core.endGroup();
2879
2880
catch (error) {
2881
let errorMsg = "Failed to do something exceptional";
0 commit comments