We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbe315 commit 6df9f06Copy full SHA for 6df9f06
.github/workflows/pull_request.yml
@@ -45,7 +45,7 @@ jobs:
45
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
46
secrets:
47
E2B_ACCESS_TOKEN: ${{ secrets.E2B_ACCESS_TOKEN }}
48
- inputs:
+ with:
49
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
50
E2B_CI_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
51
charts-tests:
0 commit comments