Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log cleanup #60

Merged
merged 1 commit into from
Jul 29, 2019
Merged

Log cleanup #60

merged 1 commit into from
Jul 29, 2019

Conversation

TingluoHuang
Copy link
Member

DL issue:
940
941
942

using GitHub.Runner.Common;
using GitHub.Runner.Sdk;
using GitHub.DistributedTask.WebApi;
using Pipelines = GitHub.DistributedTask.Pipelines;
using System;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sort

var multiLines = contents.Replace("\r\n", "\n").TrimEnd('\n').Split('\n');
foreach (var line in multiLines)
{
ExecutionContext.Output($"\x1b[36;1m{line}\x1b[0m");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what color is this? (comment)

@TingluoHuang TingluoHuang merged commit d98b419 into master Jul 29, 2019
@TingluoHuang TingluoHuang deleted the users/tihuang/logchanges branch July 29, 2019 17:23
fhammerl added a commit that referenced this pull request Jun 16, 2022
…feature-flag

Added container hooks feature flag check
volker-raschek pushed a commit to dedalus-cis4u/github-runner-role that referenced this pull request Jul 25, 2022
Add project to awesome-runners list
jsoref pushed a commit to jsoref/actions-runner that referenced this pull request Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants