-
Notifications
You must be signed in to change notification settings - Fork 0
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
delta git diff #1
Comments
Should be easy - just have to swap the invocation to difft here: Lines 201 to 212 in 790fa75
You'll probably need to implement more colors/codes into the ANSI renderer: robojules/src/ui/components.rs Lines 101 to 143 in 790fa75
|
Also, you might not be able to test this because it relies on an auth token with admin rights for the workflow logs right now... Sorry! I wanted to be able to check the summary output but they have since broke it. I might be able to cook something up to fix this, though. |
After revisiting it, I remember the problem now. There are two ways to get the logs:
Maybe this is a GitHub bug? :( |
Nevermind, I was able to reimplement the logic using the changed files in the PR: 344c2cb Should be easy to test now! |
The text was updated successfully, but these errors were encountered: