Skip to content

Add missing resourceId property #10

Add missing resourceId property

Add missing resourceId property #10

Workflow file for this run

name: Build ARM template
on:
pull_request:
branches: [ main ]
workflow_call:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build ARM template
uses: Azure/[email protected]
with:
bicepFilePath: azuredeploy.bicep
outputFilePath: azuredeploy.json
- name: Store ARM template
uses: actions/upload-artifact@v3
with:
name: arm
path: azuredeploy.json
retention-days: 1
if-no-files-found: error