We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742f7e9 commit 67e40d6Copy full SHA for 67e40d6
src/teams.js
@@ -32,7 +32,7 @@ async function run() {
32
if (!ok) {
33
core.setFailed('error sending notification to google chat');
34
} else {
35
- core.debug(`Sent notification: ${name}, ${status}`);
+ core.debug(`XSent notification: ${name}, ${status}`);
36
setImmediate(() => process.exit(0)); // uscita forzata
37
return;
38
}
0 commit comments