Skip to content

Commit 4608cb1

Browse files
committed
Fix typo in the calling parameter generation
1 parent ad97292 commit 4608cb1

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 }} == "success"
63+
with_pr_container: ${{ needs.container.result == "success" }}
6464

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

0 commit comments

Comments
 (0)