mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Fix variable reference
This commit is contained in:
2
.github/workflows/csv-coverage.yml
vendored
2
.github/workflows/csv-coverage.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: codeqlModels
|
||||
ref: github.event.inputs.qlModelShaOverride
|
||||
ref: ${{ github.event.inputs.qlModelShaOverride }}
|
||||
- name: Clone self (github/codeql) for analysis
|
||||
if: github.event.inputs.qlModelShaOverride == ''
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user