WSL2 has no internet access on Windows 10 build 19045.6332 (NAT broken, mirrored networking #1235
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Process edited issue | |
| on: | |
| workflow_dispatch: | |
| issues: | |
| types: [edited] | |
| jobs: | |
| wti: | |
| name: Run wti | |
| runs-on: windows-2022 | |
| permissions: | |
| issues: write | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v4 | |
| - uses: ./.github/actions/triage | |
| with: | |
| issue: "${{ github.event.issue.number }}" | |
| previous_body: "${{ github.event.changes.body.from }}" | |
| token: ${{ secrets.GITHUB_TOKEN }} |