We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a16064 commit 4361fe6Copy full SHA for 4361fe6
.github/workflows/ci.yml
@@ -39,4 +39,13 @@ jobs:
39
- name: Checkout code
40
uses: actions/checkout@v4
41
with:
42
- ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
+ ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
43
+
44
45
+ - name: Build Bicep Code
46
+ id: build
47
+ uses: ./.github/actions/ci/bicep-standard-ci
48
+ with:
49
+ branch_name: ${{ needs.generate-release.outputs.branch_name }}
50
+ new_version: ${{ needs.generate-release.outputs.new_version }}
51
+ should_publish: ${{ needs.generate-release.outputs.should_publish }}
0 commit comments