Skip to content

Commit 00c8937

Browse files
committed
Fix exec line
1 parent c43b6de commit 00c8937

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/setup/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/setup/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/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async function run(): Promise<void> {
8383
core.setOutput('ucm-version', ucmVersion)
8484
})
8585
// Enabling auto-migration in Unison
86-
await cli.exec('UNISON_MIGRATION="auto" >> $GITHUB_ENV')
86+
await cli.exec('echo UNISON_MIGRATION="auto" >> $GITHUB_ENV')
8787
} finally { }
8888
}
8989

0 commit comments

Comments
 (0)