@@ -110,21 +110,21 @@ runs:
110110steps :
111111 -name :📦 Resolve Project Name
112112id :project_name
113- uses :RedGlow/unity-ci-templates/.github/actions/resolve-project-name@main
113+ uses :RedGlow/unity-ci-templates/.github/actions/resolve-project-name@itch.io-integration
114114with :
115115projectNameInput :${{ inputs.projectNameInput }}
116116projectNameRepoVar :${{ inputs.projectNameRepoVar }}
117117
118118 -name :📦 Resolve Unity Version
119119id :unity_version
120- uses :RedGlow/unity-ci-templates/.github/actions/resolve-unity-version@main
120+ uses :RedGlow/unity-ci-templates/.github/actions/resolve-unity-version@itch.io-integration
121121with :
122122unityVersionInput :${{ inputs.unityVersionInput }}
123123unityVersionRepoVar :${{ inputs.unityVersionRepoVar }}
124124
125125 -name :⚙️ Resolve CI Options
126126id :ci_options
127- uses :RedGlow/unity-ci-templates/.github/actions/resolve-ci-config@main
127+ uses :RedGlow/unity-ci-templates/.github/actions/resolve-ci-config@itch.io-integration
128128with :
129129useGitLfsInput :${{ inputs.useGitLfsInput }}
130130useGitLfsRepoVar :${{ inputs.useGitLfsRepoVar }}
@@ -137,7 +137,7 @@ runs:
137137
138138 -name :📦 Resolve Test Config
139139id :test_config
140- uses :RedGlow/unity-ci-templates/.github/actions/resolve-test-config@main
140+ uses :RedGlow/unity-ci-templates/.github/actions/resolve-test-config@itch.io-integration
141141with :
142142editModePathInput :${{ inputs.editModePathInput }}
143143editModePathRepoVar :${{ inputs.editModePathRepoVar }}
@@ -146,13 +146,13 @@ runs:
146146
147147 -name :📦 Resolve Build Type
148148id :build_type
149- uses :RedGlow/unity-ci-templates/.github/actions/resolve-build-type@main
149+ uses :RedGlow/unity-ci-templates/.github/actions/resolve-build-type@itch.io-integration
150150with :
151151buildTypeOverride :${{ inputs.buildTypeInput }}
152152
153153 -name :📦 Resolve Timeouts
154154id :timeouts
155- uses :RedGlow/unity-ci-templates/.github/actions/resolve-timeouts@main
155+ uses :RedGlow/unity-ci-templates/.github/actions/resolve-timeouts@itch.io-integration
156156with :
157157timeoutTestsInput :${{ inputs.timeoutTestsInput }}
158158timeoutTestsRepoVar :${{ inputs.timeoutTestsRepoVar }}
@@ -161,7 +161,7 @@ runs:
161161
162162 -name :📦 Resolve Retention Days
163163id :retention
164- uses :RedGlow/unity-ci-templates/.github/actions/resolve-retention-days@main
164+ uses :RedGlow/unity-ci-templates/.github/actions/resolve-retention-days@itch.io-integration
165165with :
166166buildType :${{ steps.build_type.outputs.buildType }}
167167retentionDaysReleaseRepoVar :${{ inputs.retentionDaysReleaseRepoVar }}
@@ -170,23 +170,23 @@ runs:
170170
171171 -name :📦 Resolve Build Targets
172172id :build_targets
173- uses :RedGlow/unity-ci-templates/.github/actions/resolve-build-targets@main
173+ uses :RedGlow/unity-ci-templates/.github/actions/resolve-build-targets@itch.io-integration
174174with :
175175buildType :${{ steps.build_type.outputs.buildType }}
176176buildTargetsInput :${{ inputs.buildTargetsInput }}
177177buildTargetsRepoVar :${{ inputs.buildTargetsRepoVar }}
178178
179179 -name :📦 Resolve Deploy Targets
180180id :deploy_targets
181- uses :RedGlow/unity-ci-templates/.github/actions/validate-deploy-targets@main
181+ uses :RedGlow/unity-ci-templates/.github/actions/validate-deploy-targets@itch.io-integration
182182with :
183183buildType :${{ steps.build_type.outputs.buildType }}
184184buildTargets :${{ steps.build_targets.outputs.buildTargets }}
185185deployTargets :${{ inputs.deployTargetsInput || inputs.deployTargetsRepoVar || '[]'}}
186186
187187 -name :📦 Analyze Artifact Strategy
188188id :artifact_strategy
189- uses :RedGlow/unity-ci-templates/.github/actions/analyze-artifact-strategy@main
189+ uses :RedGlow/unity-ci-templates/.github/actions/analyze-artifact-strategy@itch.io-integration
190190with :
191191deployTargets :${{ steps.deploy_targets.outputs.deployTargets }}
192192artifactSource :${{ inputs.artifactSource }}