We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a97398 commit 4a8c4e0Copy full SHA for 4a8c4e0
code-scanning/codeql.yml
@@ -71,7 +71,7 @@ jobs:
71
# to build your code.
72
# ℹ️ Command-line programs to run using the OS shell.
73
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
74
- - if: ${{ matrix.build-mode == 'manual' }}
+ - if: matrix.build-mode == 'manual'
75
run: |
76
echo 'If you are using a "manual" build mode for one or more of the' \
77
'languages you are analyzing, replace this with the commands to build' \
0 commit comments