Skip to content

Commit 6df9f06

Browse files
committed
unexpected value inputs
1 parent 0bbe315 commit 6df9f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
4646
secrets:
4747
E2B_ACCESS_TOKEN: ${{ secrets.E2B_ACCESS_TOKEN }}
48-
inputs:
48+
with:
4949
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
5050
E2B_CI_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
5151
charts-tests:

0 commit comments

Comments
 (0)