chore: Update reusable workflow to use correct path for hello-world-s… #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Convert Bicep to JSON | |
on: | |
push: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository | |
uses: actions/checkout@v2 | |
- name: bicep-build-output | |
uses: Azure/bicep-build-action@v1.0.1 | |
with: | |
bicepFilePath: ./new-storage-account.bicep | |
outputFilePath: ./new-storage-account.json | |