From cedb78a7972da09fcdaf9ccaa86aef0ded2b5da7 Mon Sep 17 00:00:00 2001 From: mazhelez Date: Mon, 23 Sep 2024 11:48:24 +0200 Subject: [PATCH] Rename action folder --- .../action.ps1} | 0 .../{VerifyAppChanges => TestPreprocessorSymbols}/action.yaml | 4 ++-- .github/workflows/VerifyAppChanges.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/actions/{VerifyAppChanges/TestPreprocessorSymbols.ps1 => TestPreprocessorSymbols/action.ps1} (100%) rename .github/actions/{VerifyAppChanges => TestPreprocessorSymbols}/action.yaml (59%) diff --git a/.github/actions/VerifyAppChanges/TestPreprocessorSymbols.ps1 b/.github/actions/TestPreprocessorSymbols/action.ps1 similarity index 100% rename from .github/actions/VerifyAppChanges/TestPreprocessorSymbols.ps1 rename to .github/actions/TestPreprocessorSymbols/action.ps1 diff --git a/.github/actions/VerifyAppChanges/action.yaml b/.github/actions/TestPreprocessorSymbols/action.yaml similarity index 59% rename from .github/actions/VerifyAppChanges/action.yaml rename to .github/actions/TestPreprocessorSymbols/action.yaml index af8ca6d7ad..6a4901c90a 100644 --- a/.github/actions/VerifyAppChanges/action.yaml +++ b/.github/actions/TestPreprocessorSymbols/action.yaml @@ -1,13 +1,13 @@ name: Test Preprocessor Symbols author: Microsoft Corporation -description: Verifies the preprocessor symbols on .al files changed in a PR +description: Verifies the preprocessor symbols on .al files runs: using: composite steps: - name: Test Preprocessor Symbols shell: pwsh run: | - ${{ github.action_path }}/TestPreprocessorSymbols.ps1 + ${{ github.action_path }}/action.ps1 branding: icon: terminal color: blue diff --git a/.github/workflows/VerifyAppChanges.yaml b/.github/workflows/VerifyAppChanges.yaml index 8329501cd6..08086a1785 100644 --- a/.github/workflows/VerifyAppChanges.yaml +++ b/.github/workflows/VerifyAppChanges.yaml @@ -18,4 +18,4 @@ jobs: with: ref: ${{ github.sha }} - - uses: microsoft/BCApps/.github/actions/VerifyAppChanges@3e3f7f0f0ab408b3fc55e09366b486200bdc4553 + - uses: microsoft/BCApps/.github/actions/TestPreprocessorSymbols@features/549296