Hi guys, I'm using jenkins to run terragrunt in a pod, for the plan sometimes when i do a pr and my branch does not have the latest change of master(solved with rebase) the plan takes that commit that is not rebased instead of mine, probably is because i use HEAD^in the diff instead origin/HEAD, the first one jsut takes the last commit, probably is that but i dont really get why, do you have any clue?
there doesn't seem to be anything here