From 672216afdab524aa1bc1e72f426683ce74abd78c Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Mon, 14 Dec 2020 11:16:24 +0100 Subject: [PATCH] Fix auto-generated link --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2637ae7be4..1489ba275d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -396,7 +396,7 @@ jobs: token: ${{secrets.GITHUB_TOKEN}} assignees: alexdima #${{github.actor}} labels: unit-test-failure linux - body: Running tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/runs/${{github.run_id}} + body: Running tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/actions/runs/${{github.run_id}} windows: name: Windows -- GitLab