From 97f492692e08e4d9fa363145cc4021a63292d6a0 Mon Sep 17 00:00:00 2001 From: Ayan Date: Tue, 2 Apr 2024 21:22:59 -0500 Subject: [PATCH] . --- .github/workflows/AzPS.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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