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 23523a7 commit 5742944Copy full SHA for 5742944
.github/workflows/bake.yml
@@ -211,8 +211,8 @@ jobs:
211
const inpBakeSet = Util.getInputList('bake-set', {ignoreComma: true, quote: false});
212
const inpGitHubToken = core.getInput('github-token');
213
214
+ const bakeSource = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}.git#${process.env.GITHUB_REF}:${inpContext}`;
215
await core.group(`Set bake source`, async () => {
- const bakeSource = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}.git#${process.env.GITHUB_REF}:${inpContext}`;
216
core.info(bakeSource);
217
core.setOutput('source', bakeSource);
218
});
0 commit comments