Skip to content

Commit cdcd369

Browse files
committed
Build
1 parent e1d23c8 commit cdcd369

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ actionsToolkit.run(
1313
const toolkit = new Toolkit({githubToken: inputs.githubToken});
1414
const context = await getContext(inputs.context, toolkit);
1515
const repo = await toolkit.github.repoData();
16-
const outputEnv = (process.env.DOCKER_METADATA_SET_OUTPUT_ENV || 'true') === 'true'
16+
const outputEnv = (process.env.DOCKER_METADATA_SET_OUTPUT_ENV || 'true') === 'true';
1717
const setOutput = outputEnv ? setOutputAndEnv : core.setOutput;
1818

1919
await core.group(`Context info`, async () => {

0 commit comments

Comments
 (0)