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 773eaeb commit 0d3641eCopy full SHA for 0d3641e
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18
with:
19
- fetch-depth: 0 # Required to show diff between PR source and target branches
+ # fetch-depth: 0 # Required to show diff between PR source and target branches
20
ref: ${{ github.head_ref }} # Required to push commit to PR source branch
21
22
- name: Build Bicep file
0 commit comments