We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name
1 parent 69b278a commit 43f0e19Copy full SHA for 43f0e19
code-scanning/codeql.yml
@@ -80,7 +80,8 @@ jobs:
80
# to build your code.
81
# ℹ️ Command-line programs to run using the OS shell.
82
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
83
- - if: matrix.build-mode == 'manual'
+ - name: Run manual build steps
84
+ if: matrix.build-mode == 'manual'
85
shell: bash
86
run: |
87
echo 'If you are using a "manual" build mode for one or more of the' \
0 commit comments