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 9
9
update_loc :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- with :
14
- ref : stats
12
+ # - uses: actions/checkout@v3
13
+ # with:
14
+ # ref: stats
15
15
- name : setup rust
16
16
uses : dtolnay/rust-toolchain@stable
17
17
- name : install tokei
@@ -25,13 +25,14 @@ jobs:
25
25
python -m pip install pygithub
26
26
- name : run script
27
27
run : |
28
+ git switch stats
28
29
python check_loc.py ${{ secrets.GITHUB_TOKEN }}
29
30
update_downloads :
30
31
runs-on : ubuntu-latest
31
32
steps :
32
- - uses : actions/checkout@v3
33
- with :
34
- ref : stats
33
+ # - uses: actions/checkout@v3
34
+ # with:
35
+ # ref: stats
35
36
- name : install python
36
37
uses : actions/setup-python@v2
37
38
- name : install dependencies
42
43
python -m pip install toml
43
44
- name : run script
44
45
run : |
46
+ git switch stats
45
47
python check_downloads.py ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments