We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e36d4 commit de7c003Copy full SHA for de7c003
1 file changed
.github/workflows/build-k3s.yaml
@@ -95,7 +95,7 @@ jobs:
95
TREE_STATE=${{ steps.git_vars.outputs.tree_state }}
96
COMMIT=${{ steps.git_vars.outputs.commit }}
97
DIRTY=${{ steps.git_vars.outputs.dirty }}
98
- GOCOVER=${{ inputs.test-coverage && '1' || '0' }}
+ GOCOVER=${{ inputs.test-coverage && '1' || '' }}
99
push: false
100
provenance: mode=min
101
platforms: ${{ steps.platforms.outputs.platforms }}
0 commit comments