Skip to content

Commit

Permalink
Merge pull request #21 from appcircleio/fix/BE-3143
Browse files Browse the repository at this point in the history
fix/BE-3143
  • Loading branch information
Alnyli07 authored Apr 18, 2024
2 parents 952df98 + e758acc commit e7e23e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const writersMap: { [key in CommandTypes]: (data: any) => void } = {
console.table(
data.map((workflow: any) => ({
'Workflow Id': workflow.id,
'Workflow Name': workflow.configurationName,
'Workflow Name': workflow.workflowName,
'Last Used': workflow.lastUsedTime ? moment(workflow.lastUsedTime).calendar() : 'No previous builds',
}))
);
Expand Down

0 comments on commit e7e23e9

Please sign in to comment.