Skip to content

Commit 40d5d6b

Browse files
authored
fix small setFailed naming bug
1 parent b2941bd commit 40d5d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const run = async () => {
99
const context = github.context;
1010

1111
if (!message) {
12-
github.setFailed('"message" input not found.');
12+
core.setFailed('"message" input not found.');
1313
return;
1414
}
1515

0 commit comments

Comments
 (0)