We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14263e commit 22ae1d4Copy full SHA for 22ae1d4
1 file changed
.github/workflows/commit-built-file-changes.yml
@@ -66,7 +66,7 @@ jobs:
66
} )[0];
67
68
if ( ! matchArtifact ) {
69
- core.setFailed( 'No artifact found!' );
+ core.info( 'No artifact found!' );
70
return;
71
}
72
0 commit comments