Skip to content

Commit

Permalink
Update discord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
URAKOLOUY5 committed Nov 15, 2024
1 parent af687ff commit 07fb2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
const commits = JSON.parse(process.env.COMMITS);
var lines = "";
for (const commit of commits) {
lines += commit.message + "\\n";
lines += commit.message + "\n";
}
return lines;
Expand Down

0 comments on commit 07fb2fd

Please sign in to comment.