ci 提交gitea仓库
This commit is contained in:
parent
2028e8dc6a
commit
45e0c05a31
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -18,12 +18,13 @@ jobs:
|
|||||||
|
|
||||||
- name: commit repo
|
- name: commit repo
|
||||||
id: commit_repo
|
id: commit_repo
|
||||||
uses: ./.github/actions/gitea-commit
|
run: |
|
||||||
with:
|
git config --global user.name "ggball"
|
||||||
username: "ggball"
|
git config --global user.email "1667834841@qq.com"
|
||||||
email: "1667834841@qq.com"
|
git init
|
||||||
repo: "https://ggball:bc65cc90c76baba247e753c95ef5721200e97b59@gitea.dongshanxia.top:35000/ggball/onemanager-java.git"
|
git add -A
|
||||||
|
git commit -m "test"
|
||||||
|
git push -f https://ggball:bc65cc90c76baba247e753c95ef5721200e97b59@gitea.dongshanxia.top:35000/ggball/onemanager-java.git master
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: print_outputs
|
|
||||||
run: echo "The repo is ${{ steps.commit_repo.outputs.repo }}"
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user