Duncan MacQuarrie
Duncan MacQuarrie
@andyfeller In your acceptance criteria: >When user runs gh search code --web --filename ... Then web browser is opened ... with path:**/default.nix search qualifier instead of filename:default.nix This is not...
@Iristyle **Thank you very much** for this detailed description of the problem, and workaround. In case the following is useful context for anyone looking to fix this issue, I see...
@daschott Busybox 1.28 works (wider discussion here: https://github.com/docker-library/busybox/issues/48). I've seen this nslookup problem in any image containing this version of busybox. My workaround is (on container startup) to use a...
@daschott Could try that, best way might be to obtain latest busybox by upgrading the Alpine base image - the version numbers are as follows: Alpine 3.10 has busybox 1.30.1-r3:...
@Paul-Weaver Did you happen to have a chance to write such docs? I'm struggling to understand why this doesn't work: ``` jobs: crowdin-test: runs-on: ubuntu-latest permissions: contents: read pull-requests: read...
Thanks very much @andrii-bodnar , I will try that and report back; I am wondering if this will work in light of what GitHub say [here](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables) about restrictions on variable...
I've been struggling with this but I don't think it's any problem with the action; more what limitations GitHub Actions puts in place. I tried with the following, but it...
Thanks Paul. That does, indeed, work. I'd conclude from this that if the action were to use `GH_TOKEN` for _everything_, (though I thought [it did](https://github.com/crowdin/github-action/blob/app_token/entrypoint.sh#L80-L88)) obtained from a correctly configured...