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
|
||||
id: commit_repo
|
||||
uses: ./.github/actions/gitea-commit
|
||||
with:
|
||||
username: "ggball"
|
||||
email: "1667834841@qq.com"
|
||||
repo: "https://ggball:bc65cc90c76baba247e753c95ef5721200e97b59@gitea.dongshanxia.top:35000/ggball/onemanager-java.git"
|
||||
run: |
|
||||
git config --global user.name "ggball"
|
||||
git config --global user.email "1667834841@qq.com"
|
||||
git init
|
||||
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