We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aa1f4 commit 6ab7cd6Copy full SHA for 6ab7cd6
.github/workflows/gosec.yml
@@ -43,7 +43,7 @@ jobs:
43
gosec-scan:
44
runs-on: ubuntu-latest
45
needs: detect-changes
46
- if: ${{ needs.detect-changes.outputs.matrix != null }}
+ if: ${{ needs.detect-changes.outputs.matrix != 'null' }}
47
env:
48
GO111MODULE: on
49
strategy:
0 commit comments