Skip to content

Commit

Permalink
Update validate-build-bicep.yml (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dzikowski authored Feb 15, 2024
1 parent f6fd601 commit dc0e3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-build-bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'src/bicep/**'
- '!src/bicep/**.md'
env:
BICEP_VERSION: 'v0.24.24'
BICEP_VERSION: ''
jobs:
validate-build:
runs-on: ubuntu-latest
Expand All @@ -21,7 +21,7 @@ jobs:
- run: |
git config user.name github-actions
git config user.email [email protected]
az bicep install --version "$BICEP_VERSION"
az bicep install
az bicep version
az bicep build --file src/bicep/mlz.bicep --outfile src/bicep/mlz.json
if [[ $(git status --porcelain) ]]; then
Expand Down

0 comments on commit dc0e3cd

Please sign in to comment.