Skip to content

Commit 18c30ba

Browse files
committed
outputs in build_template.yml
1 parent 330d2dc commit 18c30ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
outputs:
1515
template_id:
1616
description: "The ID of the built template"
17-
value: ${{ steps.build-template.outputs.template_id }}
17+
value: ${{ jobs.build.outputs.template_id }}
1818

1919
permissions:
2020
contents: read

0 commit comments

Comments
 (0)