Skip to content

Commit 04ab442

Browse files
author
Maciej Olko
committed
Fix chart: fetch all commits at checkout in update-chart action
1 parent 4149844 commit 04ab442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-chart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/checkout@master
1111
with:
1212
ref: '3.10'
13+
fetch-depth: 0
1314
- run: python update_switcher_chart.py
1415
- run: git config --local user.email 'maciej.olko@gmail.com'
1516
name: Run git config --local user.email '…'

0 commit comments

Comments
 (0)