From 5702b3d2d8a5e4bac34fdabfad19404caec1f12f Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Mon, 22 Jun 2026 08:16:47 +0200 Subject: [PATCH] Revert "Test AL-Go change (#32)" This reverts commit 9609995a28b05be29ebe8b52bbcbed8b0f7a22f1. --- .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 ee0725b..eef73a0 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/v8.3-bridge-issue-2278 + uses: microsoft/AL-Go-Actions/DumpWorkflowInfo@v8.3 with: shell: pwsh @@ -47,7 +47,7 @@ jobs: - name: Initialize the workflow id: init - uses: microsoft/AL-Go/Actions/WorkflowInitialize@aholstrup1/v8.3-bridge-issue-2278 + uses: microsoft/AL-Go-Actions/WorkflowInitialize@v8.3 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/v8.3-bridge-issue-2278 + uses: microsoft/AL-Go-Actions/ReadSettings@v8.3 with: shell: pwsh - name: Read secrets id: ReadSecrets - uses: microsoft/AL-Go/Actions/ReadSecrets@aholstrup1/v8.3-bridge-issue-2278 + uses: microsoft/AL-Go-Actions/ReadSecrets@v8.3 with: shell: pwsh gitHubSecrets: ${{ toJson(secrets) }} getSecrets: 'appSourceContext' - name: Deliver - uses: microsoft/AL-Go/Actions/Deliver@aholstrup1/v8.3-bridge-issue-2278 + uses: microsoft/AL-Go-Actions/Deliver@v8.3 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/v8.3-bridge-issue-2278 + uses: microsoft/AL-Go-Actions/WorkflowPostProcess@v8.3 env: GITHUB_TOKEN: ${{ github.token }} with: