Skip to content

Commit 95f470d

Browse files
committed
Full depth clone to fix build problem
1 parent 26834dd commit 95f470d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/atc-coding-rules-update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
atc_check_for_updates:
88
runs-on: windows-2022
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
11+
with:
12+
fetch-depth: '0'
1113
- name: ⚙ set environment stuff
1214
shell: bash
1315
run: |

0 commit comments

Comments
 (0)