Skip to content

Commit 131da7c

Browse files
committed
updated generated template alias for clarity
1 parent 29d10b6 commit 131da7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Generate Template ID
5050
id: generate-template-id
5151
run: |
52-
E2B_TESTS_TEMPLATE=$(uuidgen)
52+
E2B_TESTS_TEMPLATE=e2b-code-interpreter-ci-$(uuidgen)
5353
echo "template_id=$E2B_TESTS_TEMPLATE" >> $GITHUB_OUTPUT
5454
5555
- name: Build E2B template

0 commit comments

Comments
 (0)