From 757be9227a28e6f6b1b4b128eab4b8b59d4af7b3 Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Mon, 15 Jun 2026 16:20:32 +0200 Subject: [PATCH 1/2] Test: point PublishToAppSource at AL-Go bridge branch for issue 2278 --- .github/workflows/PublishToAppSource.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/PublishToAppSource.yaml b/.github/workflows/PublishToAppSource.yaml index eef73a0..bb3586d 100644 --- a/.github/workflows/PublishToAppSource.yaml +++ b/.github/workflows/PublishToAppSource.yaml @@ -38,7 +38,7 @@ jobs: telemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }} steps: - name: Dump Workflow Information - uses: microsoft/AL-Go-Actions/DumpWorkflowInfo@v8.3 + uses: microsoft/AL-Go/Actions/DumpWorkflowInfo@aholstrup1/fix-issue-2278-appsource-publisherid-hea with: shell: pwsh @@ -47,7 +47,7 @@ jobs: - name: Initialize the workflow id: init - uses: microsoft/AL-Go-Actions/WorkflowInitialize@v8.3 + uses: microsoft/AL-Go/Actions/WorkflowInitialize@aholstrup1/fix-issue-2278-appsource-publisherid-hea with: shell: pwsh @@ -60,20 +60,20 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read settings - uses: microsoft/AL-Go-Actions/ReadSettings@v8.3 + uses: microsoft/AL-Go/Actions/ReadSettings@aholstrup1/fix-issue-2278-appsource-publisherid-hea with: shell: pwsh - name: Read secrets id: ReadSecrets - uses: microsoft/AL-Go-Actions/ReadSecrets@v8.3 + uses: microsoft/AL-Go/Actions/ReadSecrets@aholstrup1/fix-issue-2278-appsource-publisherid-hea with: shell: pwsh gitHubSecrets: ${{ toJson(secrets) }} getSecrets: 'appSourceContext' - name: Deliver - uses: microsoft/AL-Go-Actions/Deliver@v8.3 + uses: microsoft/AL-Go/Actions/Deliver@aholstrup1/fix-issue-2278-appsource-publisherid-hea env: Secrets: '${{ steps.ReadSecrets.outputs.Secrets }}' with: @@ -94,7 +94,7 @@ jobs: - name: Finalize the workflow id: PostProcess - uses: microsoft/AL-Go-Actions/WorkflowPostProcess@v8.3 + uses: microsoft/AL-Go/Actions/WorkflowPostProcess@aholstrup1/fix-issue-2278-appsource-publisherid-hea env: GITHUB_TOKEN: ${{ github.token }} with: From 0d54cd7e3c09256b2a0a9e79e37102fedbe2ef39 Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Mon, 15 Jun 2026 16:25:43 +0200 Subject: [PATCH 2/2] Test: switch AL-Go actions ref to v8.3-based bridge branch --- .github/workflows/PublishToAppSource.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/PublishToAppSource.yaml b/.github/workflows/PublishToAppSource.yaml index bb3586d..ee0725b 100644 --- a/.github/workflows/PublishToAppSource.yaml +++ b/.github/workflows/PublishToAppSource.yaml @@ -38,7 +38,7 @@ jobs: telemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }} steps: - name: Dump Workflow Information - uses: microsoft/AL-Go/Actions/DumpWorkflowInfo@aholstrup1/fix-issue-2278-appsource-publisherid-hea + uses: microsoft/AL-Go/Actions/DumpWorkflowInfo@aholstrup1/v8.3-bridge-issue-2278 with: shell: pwsh @@ -47,7 +47,7 @@ jobs: - name: Initialize the workflow id: init - uses: microsoft/AL-Go/Actions/WorkflowInitialize@aholstrup1/fix-issue-2278-appsource-publisherid-hea + uses: microsoft/AL-Go/Actions/WorkflowInitialize@aholstrup1/v8.3-bridge-issue-2278 with: shell: pwsh @@ -60,20 +60,20 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read settings - uses: microsoft/AL-Go/Actions/ReadSettings@aholstrup1/fix-issue-2278-appsource-publisherid-hea + uses: microsoft/AL-Go/Actions/ReadSettings@aholstrup1/v8.3-bridge-issue-2278 with: shell: pwsh - name: Read secrets id: ReadSecrets - uses: microsoft/AL-Go/Actions/ReadSecrets@aholstrup1/fix-issue-2278-appsource-publisherid-hea + uses: microsoft/AL-Go/Actions/ReadSecrets@aholstrup1/v8.3-bridge-issue-2278 with: shell: pwsh gitHubSecrets: ${{ toJson(secrets) }} getSecrets: 'appSourceContext' - name: Deliver - uses: microsoft/AL-Go/Actions/Deliver@aholstrup1/fix-issue-2278-appsource-publisherid-hea + uses: microsoft/AL-Go/Actions/Deliver@aholstrup1/v8.3-bridge-issue-2278 env: Secrets: '${{ steps.ReadSecrets.outputs.Secrets }}' with: @@ -94,7 +94,7 @@ jobs: - name: Finalize the workflow id: PostProcess - uses: microsoft/AL-Go/Actions/WorkflowPostProcess@aholstrup1/fix-issue-2278-appsource-publisherid-hea + uses: microsoft/AL-Go/Actions/WorkflowPostProcess@aholstrup1/v8.3-bridge-issue-2278 env: GITHUB_TOKEN: ${{ github.token }} with: