We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2941bd commit 40d5d6bCopy full SHA for 40d5d6b
src/entrypoint.js
@@ -9,7 +9,7 @@ const run = async () => {
9
const context = github.context;
10
11
if (!message) {
12
- github.setFailed('"message" input not found.');
+ core.setFailed('"message" input not found.');
13
return;
14
}
15
0 commit comments