Skip to content

Commit 67c36d6

Browse files
authored
Update che-tsumi.yaml
1 parent 562e6d3 commit 67c36d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/che-tsumi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: che-tsumi
22

33
on:
44
schedule:
5-
- cron: '*/5 * * * *'
5+
- cron: '0 6 * * *'
66

77
jobs:
88
che-tsumi:
@@ -24,7 +24,7 @@ jobs:
2424
ACCESS_TOKEN: ${{ secrets.CHE_TSUMI_ACCESS_TOKEN }}
2525
USER_NAME: ${{ secrets.CHE_TSUMI_USER_NAME }}
2626
EMAIL: ${{ secrets.CHE_TSUMI_USER_EMAIL }}
27-
UPSTREAM_REPO: git@github.com:naokie/ja.vuejs.org.git
27+
UPSTREAM_REPO: https://github.com/vuejs-jp/ja.vuejs.org.git
2828
UPSTREAM_REPO_BRANCH: lang-ja
2929
HEAD_REPO: https://github.com/vuejs/docs-next
3030
HEAD_REPO_BRANCH: master

0 commit comments

Comments
 (0)