You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Initial comment\nWorkspace will be available at: https://example.com/hugo/workspace-name",
237
-
"✅ Coder workspace started! You can view the action logs [here](https://github.com/workflow-run).\nWorkspace is available at: https://example.com/hugo/workspace-name",
236
+
"Initial comment\n\nWorkspace will be available at: https://example.com/hugo/workspace-name",
237
+
"✅ Coder workspace started! You can view the action logs [here](https://github.com/workflow-run).\n\nWorkspace is available at: https://example.com/hugo/workspace-name",
"Initial comment\nWorkspace will be available at: https://example.com/hugo-coder/workspace-name",
261
-
"✅ Coder workspace started! You can view the action logs [here](https://github.com/workflow-run).\nWorkspace is available at: https://example.com/hugo-coder/workspace-name",
260
+
"Initial comment\n\nWorkspace will be available at: https://example.com/hugo-coder/workspace-name",
261
+
"✅ Coder workspace started! You can view the action logs [here](https://github.com/workflow-run).\n\nWorkspace is available at: https://example.com/hugo-coder/workspace-name",
Copy file name to clipboardExpand all lines: src/action.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ export class StartWorkspaceAction {
187
187
commentId: this.input.githubStatusCommentId,
188
188
});
189
189
commentBody=
190
-
commentBody+`\nWorkspace will be available at: ${workspaceUrl}`;
190
+
commentBody+`\n\nWorkspace will be available at: ${workspaceUrl}`;
191
191
192
192
awaitthis.githubUpdateIssueComment({
193
193
owner: this.input.githubRepoOwner,
@@ -206,7 +206,7 @@ export class StartWorkspaceAction {
206
206
owner: this.input.githubRepoOwner,
207
207
repo: this.input.githubRepoName,
208
208
commentId: this.input.githubStatusCommentId,
209
-
comment: `✅ Coder workspace started! You can view the action logs [here](${this.input.githubWorkflowRunUrl}).\nWorkspace is available at: ${workspaceUrl}`,
209
+
comment: `✅ Coder workspace started! You can view the action logs [here](${this.input.githubWorkflowRunUrl}).\n\nWorkspace is available at: ${workspaceUrl}`,
0 commit comments