File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : che-tsumi
2
+
3
+ on :
4
+ schedule :
5
+ - cron : ' 0 6 * * *'
6
+
7
+ jobs :
8
+ che-tsumi :
9
+
10
+ runs-on : ubuntu-latest
11
+
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ with :
15
+ repository : vuejs-jp/che-tsumi-next
16
+ ref : main
17
+ - uses : actions/setup-node@v2
18
+ with :
19
+ node-version : ' 14'
20
+ - name : Install deps
21
+ run : yarn
22
+ - name : Run che-tsumi-next
23
+ env :
24
+ ACCESS_TOKEN : ${{ secrets.CHE_TSUMI_ACCESS_TOKEN }}
25
+ USER_NAME : ${{ secrets.CHE_TSUMI_USER_NAME }}
26
+ EMAIL : ${{ secrets.CHE_TSUMI_USER_EMAIL }}
27
+ UPSTREAM_REPO : https://github.com/vuejs-jp/ja.vuejs.org.git
28
+ UPSTREAM_REPO_BRANCH : lang-ja
29
+ HEAD_REPO : https://github.com/vuejs/docs-next
30
+ HEAD_REPO_BRANCH : master
31
+ WORKFLOW_NAME : che-tsumi
32
+ TRACK_FROM : 81015036143874f539c3717f650c93e45892e06d
33
+ PATH_STARTS_WITH : src
34
+ run : yarn start
You can’t perform that action at this time.
0 commit comments