Skip to content

Commit 000763c

Browse files
committed
not using checkout anymore
1 parent ce3caad commit 000763c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update_stats.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
python -m pip install pygithub
2626
- name: run script
2727
run: |
28+
git clone https://github.com/mendelsshop/git_function_history.git
29+
cd git_function_history
2830
git switch stats
2931
python check_loc.py ${{ secrets.GITHUB_TOKEN }}
3032
update_downloads:
@@ -43,5 +45,7 @@ jobs:
4345
python -m pip install toml
4446
- name: run script
4547
run: |
48+
git clone https://github.com/mendelsshop/git_function_history.git
49+
cd git_function_history
4650
git switch stats
4751
python check_downloads.py ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)