Skip to content

Commit 3156d90

Browse files
committed
fixes syntax error in build_template.yml
1 parent 58c3520 commit 3156d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ jobs:
6262
E2B_DOMAIN: ${{ inputs.E2B_DOMAIN }}
6363

6464
- name: Output template ID
65-
run: echo "Template ID: ${{ steps.build-template.outputs.template_id }}"
65+
run: |
66+
echo "Template ID: ${{ steps.build-template.outputs.template_id }}"

0 commit comments

Comments
 (0)