We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7987f0c commit b98c0b3Copy full SHA for b98c0b3
.github/workflows/deploy.yml
@@ -66,7 +66,7 @@ jobs:
66
- nsq
67
- stdout
68
include:
69
- - visibility_suffix: ${{ github.event.repository.private == false && '' || '-private' }}
+ - visibility_suffix: ${{ github.event.repository.private == true && '-private' || '' }}
70
- platform: kinesis
71
run_snyk: ${{ !contains(github.ref, 'rc') }}
72
- platform: pubsub
0 commit comments