Skip to content

Commit ad97292

Browse files
committed
Fix expected input
1 parent ba79473 commit ad97292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: [ changes, container ]
6161
uses: ./.github/workflows/outputs.yml
6262
with:
63-
with_pr_container: ${{ needs.container.result }}
63+
with_pr_container: ${{ needs.container.result }} == "success"
6464

6565
style:
6666
if: ${{ needs.changes.outputs.style == 'true' }}

0 commit comments

Comments
 (0)