File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
4243 python -m pip install toml
4344 - name : run script
4445 run : |
46+ git switch stats
4547 python check_downloads.py ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments