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 a93ef71 commit 8ce1064Copy full SHA for 8ce1064
.github/workflows/custard-ci.yaml
@@ -103,7 +103,7 @@ jobs:
103
console.log(` Passed: ${affected.length - failed.length}`)
104
console.log(` Failed: ${failed.length}`)
105
if (failed.length > 0) {
106
- core.setFailed(`Failed '${cmd}' on ${failed.join(', ')}`)
+ core.setFailed(`Failed '${cmd}' on: ${failed.join(', ')}`)
107
}
108
109
region-tags:
0 commit comments