Xavier Chapron
Xavier Chapron
@ericsciple Please have a look.
> I think I've addressed the review items as well as passed the tests. Please fast forward this branch to https://github.com/AceCoderLaura/checkout/tree/finishing-628 if my changes are satisfactory. Hello, thank you! You...
> I got some more time to work on this today and successfully transpiled the change to index.js without any disruptions to the line endings. Thanks a lot, I've included...
I'm having the same issue with: - workflow running on self-hosted runner with docker image zephyrprojectrtos/ci:v0.11.7 ``` jobs: build: name: validation runs-on: self-hosted container: image: zephyrprojectrtos/ci:v0.11.7 options: --device=/dev/bus/usb steps: -...
I was able to reproduce locally using only docker (without anything related to github action). At some point, `docker exec container_id sh -c "cat /etc/*release | grep ^ID"` start to...