Skip to content

Commit

Permalink
Rephrase message at the end of workflow:run (#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela authored Feb 6, 2025
1 parent 078c728 commit 73e0170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eas-cli/src/commands/workflow/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default class WorkflowRun extends EasCommand {

Log.newLine();
Log.succeed(
`Workflow started successfully. ${link(
`Workflow run started successfully. See logs: ${link(
getWorkflowRunUrl(account.name, projectName, workflowRunId)
)}`
);
Expand Down

0 comments on commit 73e0170

Please sign in to comment.