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 58c3520 commit 3156d90Copy full SHA for 3156d90
.github/workflows/build_template.yml
@@ -62,4 +62,5 @@ jobs:
62
E2B_DOMAIN: ${{ inputs.E2B_DOMAIN }}
63
64
- name: Output template ID
65
- run: echo "Template ID: ${{ steps.build-template.outputs.template_id }}"
+ run: |
66
+ echo "Template ID: ${{ steps.build-template.outputs.template_id }}"
0 commit comments