Yacine Badiss
Yacine Badiss
Hi I am interested in this, more specifically in allowing the user to pass in a range of commits. I have a version of the code which works with a...
@jombooth just saw this, since then a lot happened and somehow I never pushed that change anywhere. Will look into it again soon.
I have the same issue, as far as I can tell BB8 is not sending back acks/responses that the framework is expecting. I increased the timeout when initializing the bb8...
For anyone looking for other simple options, you can use [`continue-on-error`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error) and [`steps..outcome`](https://docs.github.com/en/actions/learn-github-actions/contexts#steps-context) to achieve this fallback pretty easily: ```yaml steps: - name: Try checkout on first branch uses: actions/checkout@v4...