diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index a5148de..04d17c8 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -52,4 +52,4 @@ jobs: keep_minimum_runs: ${{ github.event.inputs.minimum_runs }} delete_workflow_pattern: ${{ github.event.inputs.delete_workflow_pattern }} delete_workflow_by_state_pattern: ${{ github.event.inputs.delete_workflow_by_state_pattern }} - dry_run: ${{ github.event.inputs.dry_run }} + dry_run: false diff --git a/Actions/Helpers/versions.default.json b/Actions/Helpers/versions.default.json index 149c27a..b2fa9b8 100644 --- a/Actions/Helpers/versions.default.json +++ b/Actions/Helpers/versions.default.json @@ -392,12 +392,12 @@ "version": "10.0.45", "data": { "FSCFinalQualityUpdatePackageId": "", - "PlatformVersionLatest": "7.0.7690.119", + "PlatformVersionLatest": "7.0.7690.126", "AppVersionGA": "10.0.2345.35", "FSCServiseUpdatePackageId": "6c4ae2f2-30d8-42ec-8885-3c4a48913b4b", "EcommerceMicrosoftRepoBranch": "RS/10.0.45", "PlatformVersionGA": "7.0.7690.33", - "AppVersionLatest": "10.0.2345.183", + "AppVersionLatest": "10.0.2345.186", "PlatformUpdate": 69, "FSCPreviewVersionPackageId": "b496cab0-7fcf-4ddf-84a7-e252d38eb5c3", "FSCLatestQualityUpdatePackageId": "311fda40-0ea9-4ce4-9963-9b138070da13" @@ -406,10 +406,10 @@ { "version": "10.0.46", "data": { - "AppVersionLatest": "10.0.2428.126", + "AppVersionLatest": "10.0.2428.131", "PlatformUpdate": 70, "FSCPreviewVersionPackageId": "14b9b055-2cc1-44c2-967d-707e28736a73", - "PlatformVersionLatest": "7.0.7778.62", + "PlatformVersionLatest": "7.0.7778.69", "FSCServiseUpdatePackageId": "c55054ca-e84c-40f4-9f0e-64b970791841", "AppVersionGA": "10.0.2428.63", "EcommerceMicrosoftRepoBranch": "", diff --git a/Actions/ReadSettings/ReadSettings.ps1 b/Actions/ReadSettings/ReadSettings.ps1 index 85034e2..edcb4ce 100644 --- a/Actions/ReadSettings/ReadSettings.ps1 +++ b/Actions/ReadSettings/ReadSettings.ps1 @@ -280,16 +280,17 @@ try { Add-Content -Path $env:GITHUB_ENV -Value "type=$repoType" # Set source_branch for all workflows - if($settings.sourceBranch){ - $sourceBranch = $settings.sourceBranch; - } - else - { - $sourceBranch = $settings.currentBranch; - } - Add-Content -Path $env:GITHUB_OUTPUT -Value "SOURCE_BRANCH=$sourceBranch" - Add-Content -Path $env:GITHUB_ENV -Value "SOURCE_BRANCH=$sourceBranch" - + <# + if($settings.sourceBranch){ + $sourceBranch = $settings.sourceBranch; + } + else + { + $sourceBranch = $settings.currentBranch; + } + Add-Content -Path $env:GITHUB_OUTPUT -Value "SOURCE_BRANCH=$sourceBranch" + Add-Content -Path $env:GITHUB_ENV -Value "SOURCE_BRANCH=$sourceBranch" + #> if($workflowName -eq "(DEPLOY)") {