We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad97292 commit 4608cb1Copy full SHA for 4608cb1
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
needs: [ changes, container ]
61
uses: ./.github/workflows/outputs.yml
62
with:
63
- with_pr_container: ${{ needs.container.result }} == "success"
+ with_pr_container: ${{ needs.container.result == "success" }}
64
65
style:
66
if: ${{ needs.changes.outputs.style == 'true' }}
0 commit comments