Replies: 1 comment
-
|
Hi @nickyu42 ! I was on vacations. I don't see how are you invoking KiBot. Anyways, you must add verbosity options to see why it fails. About |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I have been stuck on this issue where the submodule update command fails while running kibot in a Github action with the
diffoutput. I have verified thatgit submodule update --init --recursiveruns correctly and that the submodules are checked out. Initially I thought it was failing due to git@ url for the submodules but with a ssh-agent, the output still fails. Are there further ways I can debug this or skip thecache_git()function calling this command?Error:
Steps:
*.kibot.yaml
Beta Was this translation helpful? Give feedback.
All reactions