Skip to content

Commit

Permalink
forgot new line
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Apr 20, 2024
1 parent a9d610c commit 310e759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webserver/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const actionCompleted = async (client: Client, req: Request) => {
});
const logsUrl = `https://github.com/Layers-of-Railways/Railway/actions/runs/${workflow_run.id}/job/${jobId}`;

versionOrVersionAndLogs += `[Run logs](${logsUrl})`;
versionOrVersionAndLogs += `\n[Run logs](${logsUrl})`;
}

const embed = new EmbedBuilder()
Expand Down

0 comments on commit 310e759

Please sign in to comment.