ci 提交gitea仓库

This commit is contained in:
朱秀清 2022-01-16 15:23:00 +08:00
parent 2028e8dc6a
commit 45e0c05a31

View File

@ -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 }}"