You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to manually fetch the origin git fetch origin in order to get git diff working as I want. Is it all expected and I am just missing something huge?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Not sure if this is going to help. I have this same phenomenon if I run the job inside docker docker container, but doesn't have this phenomenon when I run it in a nodejs docker image. Never figured out why as it doesn't bother me.
I think this is just me not able to understand the full problem, if so please feel free to close the issue.
The easiest way I figured out to replicate my issue is via
git diff
, even if I have a program that does that + more logic.This is what I want to execute:
It is always empty, even if the checkout action has
fetch-depth
set to0
.I had to manually fetch the origin
git fetch origin
in order to get git diff working as I want. Is it all expected and I am just missing something huge?Thanks a lot
The text was updated successfully, but these errors were encountered: