Skip to content

Commit

Permalink
fix(repo): improve comment on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Apr 24, 2023
1 parent 83eb829 commit d77cda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ jobs:
resultPkg += `\`\`\``;
core.setOutput('SLACK_PROJ_DURATION', trimSpace(resultPkg));
// instant check on manual runs
// Print project duration report inline to allow reviewing on manual runs (when no slack message will be sent)
console.log(trimSpace(resultPkg));
let resultPm = `
Expand All @@ -596,7 +596,7 @@ jobs:
resultPm += `\`\`\``;
core.setOutput('SLACK_PM_DURATION', trimSpace(resultPm));
// instant check on manual runs
// Print package manager duration report inline to allow reviewing on manual runs (when no slack message will be sent)
console.log(trimSpace(resultPm));
report-failure:
Expand Down

0 comments on commit d77cda2

Please sign in to comment.