diff --git a/.github/workflows/AzPS.yml b/.github/workflows/AzPS.yml index 97f1887..1507084 100644 --- a/.github/workflows/AzPS.yml +++ b/.github/workflows/AzPS.yml @@ -11,9 +11,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