Skip to content

Commit

Permalink
distribute: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 19, 2025
1 parent 3efa812 commit 996717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
const inpBakeProvenance = Build.getProvenanceInput('bake-provenance');
const inpBakeSbom = core.getInput('bake-sbom');
const inpBakeSet = Util.getInputList('bake-set', {ignoreComma: true, quote: false});
let inpBakeSource = handlebars.compile(core.getInput('source'))({
let inpBakeSource = handlebars.compile(core.getInput('bake-source'))({
defaultContext: Context.gitContext()
});
if (!inpBakeSource) {
Expand Down

0 comments on commit 996717a

Please sign in to comment.