diff --git a/action.yml b/action.yml index c82ad8cd..8fab75c3 100644 --- a/action.yml +++ b/action.yml @@ -268,7 +268,9 @@ inputs: cloudRunnerRepoName: default: 'game-ci/unity-builder' required: false - description: '[CloudRunner] Specifies the repo for the unity builder. Useful if you forked the repo for testing, features, or fixes.' + description: + '[CloudRunner] Specifies the repo for the unity builder. Useful if you forked the repo for testing, features, or + fixes.' outputs: volume: description: 'The Persistent Volume (PV) where the build artifacts have been stored by Kubernetes' diff --git a/dist/index.js b/dist/index.js index bb816cba..6678601d 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 20a83c28..828cc589 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/options/cloud-runner-folders.ts b/src/model/cloud-runner/options/cloud-runner-folders.ts index ff86f17d..10393dc4 100644 --- a/src/model/cloud-runner/options/cloud-runner-folders.ts +++ b/src/model/cloud-runner/options/cloud-runner-folders.ts @@ -73,7 +73,7 @@ export class CloudRunnerFolders { } public static get unityBuilderRepoUrl(): string { - return `https://${CloudRunner.buildParameters.gitPrivateToken}@github.com/${CloudRunner.buildParameters.unityBuilderRepo}.git`; + return `https://${CloudRunner.buildParameters.gitPrivateToken}@github.com/${CloudRunner.buildParameters.cloudRunnerRepoName}.git`; } public static get targetBuildRepoUrl(): string {