Skip to content

Commit

Permalink
Fix variable propogation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Dec 11, 2023
1 parent 08cb386 commit 86f42e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export async function run() {
runAsHostUser,
containerRegistryRepository,
containerRegistryImageVersion,
unitySerial,
} = Input.getFromUser();
const baseImage = new ImageTag({
editorVersion,
Expand Down Expand Up @@ -62,6 +63,7 @@ export async function run() {
dockerIsolationMode,
unityLicensingServer,
runAsHostUser,
unitySerial,
...runnerContext,
});
} finally {
Expand Down

0 comments on commit 86f42e8

Please sign in to comment.