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 af8ca6d7a..6a4901c90 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 8329501cd..08086a178 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