Skip to content

Commit 4a8c4e0

Browse files
Update code-scanning/codeql.yml
Co-authored-by: Henry Mercer <henrymercer@github.com>
1 parent 8a97398 commit 4a8c4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-scanning/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# to build your code.
7272
# ℹ️ Command-line programs to run using the OS shell.
7373
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
74-
- if: ${{ matrix.build-mode == 'manual' }}
74+
- if: matrix.build-mode == 'manual'
7575
run: |
7676
echo 'If you are using a "manual" build mode for one or more of the' \
7777
'languages you are analyzing, replace this with the commands to build' \

0 commit comments

Comments
 (0)