mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fix variable
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -446,7 +446,7 @@ jobs:
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
assignees: alexdima #${{github.actor}}
|
||||
labels: unit-test-failure
|
||||
body: Running unit tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/runs/${{GITHUB_RUN_ID}}
|
||||
body: Running unit tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/runs/${{github.run_id}}
|
||||
|
||||
- name: Create Issue on Integration Test Failure
|
||||
uses: nashmaniac/create-issue-action@v1.1
|
||||
@@ -456,7 +456,7 @@ jobs:
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
assignees: alexdima #${{github.actor}}
|
||||
labels: integration-test-failure
|
||||
body: Running integration tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/runs/${{GITHUB_RUN_ID}}
|
||||
body: Running integration tests failed for commit ${{github.sha}}. Please see https://github.com/microsoft/vscode/runs/${{github.run_id}}
|
||||
|
||||
windows:
|
||||
name: Windows
|
||||
|
||||
Reference in New Issue
Block a user