Skip to content

Commit f2ada87

Browse files
authored
Change fetch-depth from 2 to 0 in workflow
Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
1 parent 4dc7aa1 commit f2ada87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout code
4040
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141
with:
42-
fetch-depth: 2
42+
fetch-depth: 0
4343
- name: Install build dependencies
4444
run: |
4545
sudo apt-get update

0 commit comments

Comments
 (0)