diff --git a/.github/workflows/AzPS.yml b/.github/workflows/AzPS.yml index e8a40b5..1602886 100644 --- a/.github/workflows/AzPS.yml +++ b/.github/workflows/AzPS.yml @@ -9,9 +9,9 @@ jobs: - name: Check Out uses: actions/checkout@v4 - #with: - # ref: main # Specify the branch or commit - # path: ./3TierApp # Specify the folder path if the script doesn't need the entire repo for execution + with: + ref: main # Specify the branch or commit + path: ./3TierApp # Specify the folder path if the script doesn't need the entire repo for execution - name: Login Azure uses: azure/login@v2