feat: sync to github
This commit is contained in:
parent
37a5d8d804
commit
05d1a38f6c
20
.gitea/workflows/push.yaml_back
Normal file
20
.gitea/workflows/push.yaml_back
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
# run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
run-name: ubuntu22-a5000
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
sync_job:
|
||||||
|
runs-on: a5000
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- run: echo "This is a Gitea Actions demo workflow!"
|
||||||
|
- run: cat .git/config
|
||||||
|
- run: git remote remove origin || true
|
||||||
|
- run: git remote add origin git@github.com:wds-dxh/AutoTerminal.git
|
||||||
|
- run: git push origin main
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -33,9 +33,12 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "http://cloud-home.dxh-wds.top:20100/w/autoterminal"
|
Homepage = "https://github.com/wds-dxh/AutoTerminal.git"
|
||||||
Repository = "http://cloud-home.dxh-wds.top:20100/w/autoterminal"
|
Repository = "https://github.com/wds-dxh/AutoTerminal.git"
|
||||||
Issues = "http://cloud-home.dxh-wds.top:20100/w/autoterminal/issues"
|
Issues = "https://github.com/wds-dxh/AutoTerminal/issues"
|
||||||
|
# Homepage = "http://cloud-home.dxh-wds.top:20100/w/autoterminal"
|
||||||
|
# Repository = "http://cloud-home.dxh-wds.top:20100/w/autoterminal"
|
||||||
|
# Issues = "http://cloud-home.dxh-wds.top:20100/w/autoterminal/issues"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
at = "autoterminal.main:main"
|
at = "autoterminal.main:main"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user