Skip to content

Commit 0d3641e

Browse files
committed
ci
1 parent 773eaeb commit 0d3641e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1818
with:
19-
fetch-depth: 0 # Required to show diff between PR source and target branches
19+
# fetch-depth: 0 # Required to show diff between PR source and target branches
2020
ref: ${{ github.head_ref }} # Required to push commit to PR source branch
2121

2222
- name: Build Bicep file

0 commit comments

Comments
 (0)