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 330d2dc commit 18c30baCopy full SHA for 18c30ba
.github/workflows/build_template.yml
@@ -14,7 +14,7 @@ on:
14
outputs:
15
template_id:
16
description: "The ID of the built template"
17
- value: ${{ steps.build-template.outputs.template_id }}
+ value: ${{ jobs.build.outputs.template_id }}
18
19
permissions:
20
contents: read
0 commit comments