Skip to content

Commit 13f143d

Browse files
committed
ci: Fix fetch depth
1 parent 1f0ce0f commit 13f143d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v4
5959
with:
60-
fetch-depth: ${{ inputs.fetch-depth }}
60+
fetch-depth: 0
6161
ref: ${{ github.head_ref }}
6262

6363
- name: 'get base branch last commit'

0 commit comments

Comments
 (0)