Skip to content

Commit ce3caad

Browse files
committed
maybe this
1 parent dba848e commit ce3caad

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/update_stats.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
update_loc:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
with:
14-
ref: stats
12+
# - uses: actions/checkout@v3
13+
# with:
14+
# ref: stats
1515
- name: setup rust
1616
uses: dtolnay/rust-toolchain@stable
1717
- name: install tokei
@@ -25,13 +25,14 @@ jobs:
2525
python -m pip install pygithub
2626
- name: run script
2727
run: |
28+
git switch stats
2829
python check_loc.py ${{ secrets.GITHUB_TOKEN }}
2930
update_downloads:
3031
runs-on: ubuntu-latest
3132
steps:
32-
- uses: actions/checkout@v3
33-
with:
34-
ref: stats
33+
# - uses: actions/checkout@v3
34+
# with:
35+
# ref: stats
3536
- name: install python
3637
uses: actions/setup-python@v2
3738
- name: install dependencies
@@ -42,4 +43,5 @@ jobs:
4243
python -m pip install toml
4344
- name: run script
4445
run: |
46+
git switch stats
4547
python check_downloads.py ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)