Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayanmullick committed Apr 9, 2024
1 parent cf2cd0d commit d4520ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/AzPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4520ac

Please sign in to comment.