We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562e6d3 commit 67c36d6Copy full SHA for 67c36d6
.github/workflows/che-tsumi.yaml
@@ -2,7 +2,7 @@ name: che-tsumi
2
3
on:
4
schedule:
5
- - cron: '*/5 * * * *'
+ - cron: '0 6 * * *'
6
7
jobs:
8
che-tsumi:
@@ -24,7 +24,7 @@ jobs:
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: git@github.com:naokie/ja.vuejs.org.git
+ 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
0 commit comments