ci 提交gitea仓库
This commit is contained in:
parent
a0784334db
commit
71d99dad5e
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -17,18 +17,7 @@ jobs:
|
|||||||
uses: actions/checkout@v1 # 使用的动作。格式:userName/repoName。作用:检出仓库,获取源码。 官方actions库:https://github.com/actions
|
uses: actions/checkout@v1 # 使用的动作。格式:userName/repoName。作用:检出仓库,获取源码。 官方actions库:https://github.com/actions
|
||||||
|
|
||||||
- name: commit-gitea # 提交gitea仓库
|
- name: commit-gitea # 提交gitea仓库
|
||||||
uses: varunsridharan/action-gitea-mirror@main
|
uses: fnkr/github-action-git-bash@v1
|
||||||
with:
|
secrets: ${{secrets.GITHUB_TOKEN}}
|
||||||
gitea_host: "https://gitea.dongshanxia.top:35000/ggball/onemanager-java.git"
|
run: bash push-gitea.sh
|
||||||
gitea_username: "ggball" #${{ secrets.GITEA_USERNAME }}
|
|
||||||
gitea_accesstoken: "bc65cc90c76baba247e753c95ef5721200e97b59"
|
|
||||||
gh_username: "1667834841@qq.com"
|
|
||||||
gh_accesstoken: ${{secrets.GITHUB_TOKEN}}
|
|
||||||
gitea_gist_prefix: "gist"
|
|
||||||
gitea_gist_surfix: ""
|
|
||||||
gistsSource: true
|
|
||||||
gistsStared: true
|
|
||||||
repositoryStared: true
|
|
||||||
repositorySource: true
|
|
||||||
repositoryForked: true
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user