From b025bc1629b96c5d3c97367831efc7437a82c414 Mon Sep 17 00:00:00 2001 From: Maria Zhelezova Date: Thu, 19 Dec 2024 14:07:22 +0100 Subject: [PATCH] Fix action refs --- .../.github/workflows/UpdateGitHubGoSystemFiles.yaml | 8 ++++---- .../.github/workflows/UpdateGitHubGoSystemFiles.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Templates/AppSource App/.github/workflows/UpdateGitHubGoSystemFiles.yaml b/Templates/AppSource App/.github/workflows/UpdateGitHubGoSystemFiles.yaml index 79560aba0..f0560b53f 100644 --- a/Templates/AppSource App/.github/workflows/UpdateGitHubGoSystemFiles.yaml +++ b/Templates/AppSource App/.github/workflows/UpdateGitHubGoSystemFiles.yaml @@ -49,7 +49,7 @@ jobs: - name: Read settings id: ReadSettings if: ${{ env._updateMultipleBranches }} - uses: microsoft/AL-Go-Actions/ReadSettings@update-al-go-multiple-branches + uses: microsoft/AL-Go-Actions/ReadSettings@main with: shell: powershell get: scheduleSettings,templateUrl @@ -57,7 +57,7 @@ jobs: - name: Get Supported Branches if: ${{ env._updateMultipleBranches }} id: GetSupportedBranches - uses: microsoft/AL-Go-Actions/GetGitBranches@update-al-go-multiple-branches + uses: microsoft/AL-Go-Actions/GetGitBranches@main with: shell: powershell includeBranches: ${{ join(fromJson(env.scheduleSettings).includeBranches, ',') }} @@ -97,7 +97,7 @@ jobs: runs-on: [ windows-latest ] strategy: matrix: - branch: ${{ fromJson(needs.Initialize:.outputs.SupportedBranches) }} + branch: ${{ fromJson(needs.Initialize.outputs.SupportedBranches) }} fail-fast: false steps: @@ -161,7 +161,7 @@ jobs: token: ${{ fromJson(steps.ReadSecrets.outputs.Secrets).ghTokenWorkflow }} downloadLatest: ${{ env.downloadLatest }} update: 'Y' - templateUrl: ${{ needs.Initialize:.outputs.templateUrl }} + templateUrl: ${{ needs.Initialize.outputs.templateUrl }} directCommit: ${{ env.directCommit }} updateBranch: ${{ matrix.branch }} diff --git a/Templates/Per Tenant Extension/.github/workflows/UpdateGitHubGoSystemFiles.yaml b/Templates/Per Tenant Extension/.github/workflows/UpdateGitHubGoSystemFiles.yaml index 79560aba0..f0560b53f 100644 --- a/Templates/Per Tenant Extension/.github/workflows/UpdateGitHubGoSystemFiles.yaml +++ b/Templates/Per Tenant Extension/.github/workflows/UpdateGitHubGoSystemFiles.yaml @@ -49,7 +49,7 @@ jobs: - name: Read settings id: ReadSettings if: ${{ env._updateMultipleBranches }} - uses: microsoft/AL-Go-Actions/ReadSettings@update-al-go-multiple-branches + uses: microsoft/AL-Go-Actions/ReadSettings@main with: shell: powershell get: scheduleSettings,templateUrl @@ -57,7 +57,7 @@ jobs: - name: Get Supported Branches if: ${{ env._updateMultipleBranches }} id: GetSupportedBranches - uses: microsoft/AL-Go-Actions/GetGitBranches@update-al-go-multiple-branches + uses: microsoft/AL-Go-Actions/GetGitBranches@main with: shell: powershell includeBranches: ${{ join(fromJson(env.scheduleSettings).includeBranches, ',') }} @@ -97,7 +97,7 @@ jobs: runs-on: [ windows-latest ] strategy: matrix: - branch: ${{ fromJson(needs.Initialize:.outputs.SupportedBranches) }} + branch: ${{ fromJson(needs.Initialize.outputs.SupportedBranches) }} fail-fast: false steps: @@ -161,7 +161,7 @@ jobs: token: ${{ fromJson(steps.ReadSecrets.outputs.Secrets).ghTokenWorkflow }} downloadLatest: ${{ env.downloadLatest }} update: 'Y' - templateUrl: ${{ needs.Initialize:.outputs.templateUrl }} + templateUrl: ${{ needs.Initialize.outputs.templateUrl }} directCommit: ${{ env.directCommit }} updateBranch: ${{ matrix.branch }}