We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f81f2 commit 837a805Copy full SHA for 837a805
.github/workflows/generate_keymap.yml
@@ -32,7 +32,7 @@ jobs:
32
33
generate_keymap:
34
name: Generate keymap
35
- if: ! inputs.skip
+ if: ${{ !inputs.skip }}
36
strategy:
37
matrix:
38
platform:
0 commit comments