We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15dec85 commit 3573b2eCopy full SHA for 3573b2e
2 files changed
action/src/post.js
@@ -43,7 +43,7 @@ async function run() {
43
await exec.exec("gradle-cache", args, execOptions());
44
}
45
} catch (error) {
46
- core.warning(`Cache save failed: ${error.message}`);
+ core.setFailed(`Cache save failed: ${error.message}`);
47
48
49
dist/post/index.js
@@ -34035,7 +34035,7 @@ async function run() {
34035
34036
34037
34038
34039
34040
34041
0 commit comments