mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Fix yaml syntax error (honestly why does anyone even use this)
This commit is contained in:
2
.github/workflows/author-verified.yml
vendored
2
.github/workflows/author-verified.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
ref: v19
|
||||
path: ./actions
|
||||
- name: Checkout Repo
|
||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
|
||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: ./repo
|
||||
|
||||
Reference in New Issue
Block a user