-
Notifications
You must be signed in to change notification settings - Fork 10
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
Run diff
against an uncommited file
#496
Comments
Hi @leovinsen, Thanks for your message! If I understand correctly your provided action workflow, you would like to compute a diff between an already published documentation on bump.sh (your It does sound like a legit use case which should already work with the current version of our GH action. |
Hi @paulRbr thanks for the quick response! Yes that's correct, I would like to diff the currently deployed docs against a generated Here is the logs:
I observe that it checks out from 2 branches and then performs comparison on the two
|
Hi @leovinsen, Sorry for the late reply. I took some time to try this out and I can't seem to reproduce the error with a generated API definition file. Here's my test on our examples repo: https://github.com/bump-sh/examples/pull/35/files which lead to a correct diff. Could you try to reproduce on a public repo so I can see both the git repository, the action workflow and the action logs? Thanks a lot for your help 🙏 |
Hi guys, thanks for the amazing product! I'm in the middle of POCing for my company's documentation needs. Deployment works well, but
diff
is not fully suited for my use case.I am not committing the specs file into our repository and instead generate it in our CI workflow. Is it possible to run
diff
against the actual file inside the Github Action runner, similar to how deployment works?The text was updated successfully, but these errors were encountered: