Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
add step
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseloudon committed Apr 4, 2021
1 parent 7974e95 commit 62f8b1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Bicep-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bicep Build
- name: Bicep Build 1
uses: aliencube/bicep-build-actions@v0.1
with:
files: ./azmonitor-agent-and-dcr-association/main.bicep
- name: Bicep Build 2
uses: aliencube/bicep-build-actions@v0.1
with:
files: ./azmonitor-metricalert-and-actiongroup/main.bicep

0 comments on commit 62f8b1f

Please sign in to comment.