Skip to content

Commit 67e40d6

Browse files
committed
test
1 parent 742f7e9 commit 67e40d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/teams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function run() {
3232
if (!ok) {
3333
core.setFailed('error sending notification to google chat');
3434
} else {
35-
core.debug(`Sent notification: ${name}, ${status}`);
35+
core.debug(`XSent notification: ${name}, ${status}`);
3636
setImmediate(() => process.exit(0)); // uscita forzata
3737
return;
3838
}

0 commit comments

Comments
 (0)