We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fddea2 commit 6f45464Copy full SHA for 6f45464
1 file changed
.github/workflows/weekly.yaml
@@ -55,7 +55,7 @@ jobs:
55
security-events: write
56
with:
57
reason: '(weekly)'
58
- debug: github.event.inputs.debug
+ debug: ${{github.event.inputs.debug || false}}
59
60
scorecard-repo-scan:
61
if: github.repository_owner == 'quantumlib'
@@ -68,4 +68,4 @@ jobs:
68
secrets: inherit
69
70
71
0 commit comments