Skip to content

Commit

Permalink
fix: small logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Mar 21, 2023
1 parent 5f8c8bb commit 01c84d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/removeStaleWorkflowRuns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function removeStaleWorkflowRuns({
// Fetch all workflow runs
core.info(`Fetching all workflow runs of repo '${owner}/${repo}' ...`);
if (maxRunsLimit > 0) {
core.warning(`Number of workflows is limited to ${maxRunsLimit}`);
core.warning(`Number of workflows to fetch is limited to ${maxRunsLimit}`);
} else {
core.debug(`No limit for workflow runs given`);
}
Expand Down

0 comments on commit 01c84d8

Please sign in to comment.