From d4520ace5bed2b5cb72909624440f07b776e921d Mon Sep 17 00:00:00 2001 From: Ayan Date: Tue, 9 Apr 2024 01:34:59 -0500 Subject: [PATCH] . --- .github/workflows/AzPS.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AzPS.yml b/.github/workflows/AzPS.yml index a9eafa3..cb64e8b 100644 --- a/.github/workflows/AzPS.yml +++ b/.github/workflows/AzPS.yml @@ -11,8 +11,9 @@ jobs: - name: Check Out uses: actions/checkout@v4 #with: #Checkout presents the repo to the Pipeline execution runtime. with: - sparse-checkout: GHActionTest/ 3TierApp/ #This presents the file in the root of the repo and the folder - + sparse-checkout: | #This presents the file in the root of the repo and the folder + GHActionTest/ + 3TierApp/ - name: Login Azure uses: azure/login@v2