File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : summarize_progress
2
2
3
3
on :
4
- schedule :
5
- - cron : ' 30 23 * * 5'
4
+ schedule :
5
+ - cron : ' 30 23 * * 5'
6
6
7
7
jobs :
8
8
ci :
22
22
chmod +x .scripts/summarize_progress.sh
23
23
.scripts/summarize_progress.sh
24
24
shell : bash
25
+
25
26
26
- - uses : stefanzweifel/git-auto-commit-action@v5
27
+ - name : Checkout wiki code
28
+ uses : actions/checkout@v2
27
29
with :
28
- commit_message : Weekly Update -- Summarize Progress
30
+ repository : ${{github.repository}}.wiki
31
+ path : markdown
32
+
33
+ - name : Copy content
34
+ run : |
35
+ cp .scripts/summarize_progress/dist/summarize_progress.md markdown/各檔案翻譯進度清單.md
36
+ shell : bash
37
+
38
+ - name : Commit wiki code
39
+ uses : stefanzweifel/git-auto-commit-action@v5
40
+ with :
41
+ commit_message : Weekly Update -- Summarize Progress
42
+ repository : markdown
You can’t perform that action at this time.
0 commit comments