Skip to content

Commit 5742944

Browse files
committed
reusable workflow for bake
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 23523a7 commit 5742944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ jobs:
211211
const inpBakeSet = Util.getInputList('bake-set', {ignoreComma: true, quote: false});
212212
const inpGitHubToken = core.getInput('github-token');
213213
214+
const bakeSource = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}.git#${process.env.GITHUB_REF}:${inpContext}`;
214215
await core.group(`Set bake source`, async () => {
215-
const bakeSource = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}.git#${process.env.GITHUB_REF}:${inpContext}`;
216216
core.info(bakeSource);
217217
core.setOutput('source', bakeSource);
218218
});

0 commit comments

Comments
 (0)