Skip to content

Commit 6dcf5ea

Browse files
committed
ci: fetch full git history in checkout step for reliable rebase
1 parent cad5fed commit 6dcf5ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Checkout Code
2323
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
24+
with:
25+
fetch-depth: 0
2426

2527
- name: Install base dependencies (without scraper)
2628
run: |

0 commit comments

Comments
 (0)