Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4919061 commit 270cf62Copy full SHA for 270cf62
1 file changed
.github/workflows/csv-coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v2
23
with:
24
path: codeqlModels
25
- ref: github.event.inputs.qlModelShaOverride
+ ref: ${{ github.event.inputs.qlModelShaOverride }}
26
- name: Clone self (github/codeql) for analysis
27
if: github.event.inputs.qlModelShaOverride == ''
28
0 commit comments