Shivaram Mysore
Shivaram Mysore
My use case is to run OpenWRT on Fedora CoreOS. / > On Jul 16, 2020, at 11:41 PM, Paul Spooren wrote: > > > No. But I don't...
@aparcar When we run OpenWRT as a container, without the `--network=host` option, we will not have access to the physical interfaces on the box. In a standard mode without host...
Hi @oofnikj Thanks for the response. My interest is to run OpenWRT as a container on Fedora CoreOS. I have opened a bug https://github.com/openwrt/docker/issues/56 - may be you have some...
Thanks for the response. I did not understand your "alternate" suggestion. Can you give an example? I tried your suggestion: ($username replaced with correct one) ```yaml - uses: fusion-engineering/setup-git-credentials@v2 with:...
Hello, I have `myorg/repo-a` in which this github action runs. Both `repo-a` and `repo-b` are Go lang programs. The corresponding workflow yaml is as below: ```yaml - uses: fusion-engineering/setup-git-credentials@v2 with:...