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 131da7c commit 9e78917Copy full SHA for 9e78917
.github/workflows/build_test_template.yml
@@ -50,6 +50,7 @@ jobs:
50
id: generate-template-id
51
run: |
52
E2B_TESTS_TEMPLATE=e2b-code-interpreter-ci-$(uuidgen)
53
+ echo "Generated Template ID: $E2B_TESTS_TEMPLATE"
54
echo "template_id=$E2B_TESTS_TEMPLATE" >> $GITHUB_OUTPUT
55
56
- name: Build E2B template
0 commit comments