Fix variable reference

This commit is contained in:
Tamas Vajk
2021-06-04 08:32:24 +02:00
parent 49190615a7
commit 270cf62f08

View File

@@ -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