Skip to content

Commit

Permalink
Rename action folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez committed Sep 23, 2024
1 parent 1550886 commit cedb78a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/VerifyAppChanges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
ref: ${{ github.sha }}

- uses: microsoft/BCApps/.github/actions/VerifyAppChanges@3e3f7f0f0ab408b3fc55e09366b486200bdc4553
- uses: microsoft/BCApps/.github/actions/TestPreprocessorSymbols@features/549296

0 comments on commit cedb78a

Please sign in to comment.