-
|
I have a working UpdateCLI setup to bump some Go dependencies in my Now trying to run this on a weekly basis (and a https://www.updatecli.io/docs/automate/github_action/ This triggers a My run succeeds, but no Github PR is created. Tracking what might be wrong, my assumption is the following.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
In the meantime, I also tried the following commands: updatecli compose diff --clean
updatecli compose diff --clean=truebut neither performs any cleanup of the UpdateCLI working folder. |
Beta Was this translation helpful? Give feedback.
If a target is linked to a scm using the scmid then it's reset automatically in diff mode
Is it possible that you already published the changes on a previous iteration?
do you already have a branch named like
updatecli_main_xxxIt's only displayed the first time it changes something, following iteration will work from the temporary branch.
Could you share your updatecli manifest?