-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use command line git diff --name-only base..head
for diff strategy
#57
Conversation
@cwbusacker |
Wont I need the dist check to run first? Looks like the dist check waits for approval before running |
git diff --name-only base..head
for diff strategy
Nevermind. I read over that workflow and ran it manually locally. |
This is working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make the fetch change else it looks good
Fix with git fetch Co-authored-by: Saurav Aggarwal <[email protected]>
Did that. Didn't think that was necessary since the check-out step just happened.... But appears your suggested changes had compilation errors, so had to fix that. |
@cwbusacker |
Resolves: #52