Jason Song

Results 45 comments of Jason Song

Hmm, it cannot be backported to v1.22 since it depends on #31813. Or we need to fix it in another way.

This PR has been in `reviewed/wait-merge` status for long enough. I think it's time to merge.

@belowm I noticed that you pushed a [commit](https://github.com/belowm/act/commit/9d0d28e0b055129ee73f96662a1812467cb028ea) for this, could you please post a PR to `nektos/act`? And I'll review it and port it to act_runner.

Nominating @wxiaoguang (although I know he might refuse again, I believe he deserves it), @yp05327, and @silverwind.

> Why exactly do you think such config is unsuitable? I'm sorry I didn't make myself clear, please check the latest version of the description. > BTW, on GH actions...

In some environments, act cannot detect the correct IP to bind for the cache server (and artifact server). "The correct IP" means it's accessible from Docker containers. I'm not familiar...

One more question, what if we need different links for different languages? I mean `https://docs.gitea.com/installation/install-from-binary` for `locale_en-US.ini` while `https://docs.gitea.com/zh-cn/installation/install-from-binary` for `locale_zh-CN.ini`. I know we never did that, and most docs...

The workflow file ```yaml name: Build Service on: push: branches: [main] jobs: pre-build: runs-on: ubuntu-latest outputs: service: ${{ steps.filter.outputs.changes }} steps: - name: Checkout uses: actions/checkout@v3 - uses: dorny/paths-filter@v2 id:...