Skip to content

Commit 2aa1f09

Browse files
Update deploy.yml
1 parent ef329b5 commit 2aa1f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
18-
working-directory: ./src/InfrastructureAsCode
18+
working-directory: 'src/InfrastructureAsCode'
1919
steps:
2020
- uses: actions/checkout@main
2121

@@ -32,5 +32,5 @@ jobs:
3232
with:
3333
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3434
resourceGroupName: ${{ env.RG }}
35-
template: ./main.bicep
35+
template: main.bicep
3636
parameters: environment=${{ env.targetEnv }}

0 commit comments

Comments
 (0)