-
Notifications
You must be signed in to change notification settings - Fork 81
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
[Bug] Syntax error in 2-find-commit-in-history.yml for needs.find_commit_id #52
Comments
I have opened the PR #58. Feel free to leave a comment. |
@gitgithan Thanks for opening the issue and providing the screen shot! ✨ @sinsukehlab Thanks for submitting a PR! I'll get it triaged for review 👍 |
@sinsukehlab Based on output
looked closest. Then I go to https://github.com/skills/connect-the-dots/commits/main/.github/workflows/2-find-commit-in-history.yml, look around Feb 14, to realize that it's a PR, then open PR page (https://github.com/skills/connect-the-dots/pull/26/commits) and click through the 5 commits to see which one mentioned This last step isn't feasible if there are too many commits in PR to click through. Gitlens File History git blame doesn't help too since it only shows the commit that added the line (even older commit), not deleted the line. Github network graph didn't help too since it seems the PR branch Is this how you did it or there's an easier way to find additions/deletions (especially when the changes come from branches that may be merged and deleted already?) Also how do you test that the changes worked without actually going through the steps 0 -> 1 -> 2 ... |
@gitgithan |
There is no job named
find_commit_id
soneeds.find_commit_id
, mouseover showsContext access might be invalid: find_commit_id
.How did this step even echo successfully?
The text was updated successfully, but these errors were encountered: