Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 270cf62

Browse files
committed
Fix variable reference
1 parent 4919061 commit 270cf62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/csv-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v2
2323
with:
2424
path: codeqlModels
25-
ref: github.event.inputs.qlModelShaOverride
25+
ref: ${{ github.event.inputs.qlModelShaOverride }}
2626
- name: Clone self (github/codeql) for analysis
2727
if: github.event.inputs.qlModelShaOverride == ''
2828
uses: actions/checkout@v2

0 commit comments

Comments
 (0)