We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3caad commit 000763cCopy full SHA for 000763c
.github/workflows/update_stats.yml
@@ -25,6 +25,8 @@ jobs:
25
python -m pip install pygithub
26
- name: run script
27
run: |
28
+ git clone https://github.com/mendelsshop/git_function_history.git
29
+ cd git_function_history
30
git switch stats
31
python check_loc.py ${{ secrets.GITHUB_TOKEN }}
32
update_downloads:
@@ -43,5 +45,7 @@ jobs:
43
45
python -m pip install toml
44
46
47
48
49
50
51
python check_downloads.py ${{ secrets.GITHUB_TOKEN }}
0 commit comments