Skip to content

Commit

Permalink
bicep(param): adjust path in main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 29, 2024
1 parent a344dbc commit 4b0446a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ env:
rgpIacName: rgp-iac
location: centralus
stackName: 'stack-deploy-az-resources'
templateFile: "./exercises-dev/main-exercises-dev.bicep"
templateParamFile: "./exercises-dev/main-exercises-dev.bicepparam"
templateFile: "0079-bicep-exercises/0079-bicep-exercises/exercises-dev/main-exercises-dev.bicep"
templateParamFile: "./0079-bicep-exercises/0079-bicep-exercises/exercises-dev/main-exercises-dev.bicepparam"
operation: deploy # allowed values:[ deploy | rollback ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-for-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Authenticate to Azure with OIDC
uses: Azure/[email protected]
Expand Down

0 comments on commit 4b0446a

Please sign in to comment.