Skip to content

Commit 36529ce

Browse files
committed
corrected outputs
1 parent 2bbcf88 commit 36529ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_test_template.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
name: Build E2B Template
2323
runs-on: ubuntu-latest
2424
outputs:
25-
template_id: ${{ steps.build-template.outputs.template_id }}
26-
build_id: ${{ steps.build-template.outputs.build_id }}
25+
template_id: ${{ steps.generate-template-id.outputs.template_id }}
2726
steps:
2827
- name: Checkout repository
2928
uses: actions/checkout@v4

0 commit comments

Comments
 (0)