```将BARE_REPO_DIR更新为远程URL
Some checks failed
Mirai-build / Explore-Gitea-Actions (push) Failing after 10s
Some checks failed
Mirai-build / Explore-Gitea-Actions (push) Failing after 10s
将BARE_REPO_DIR环境变量的值从本地路径更改为完整的远程Git仓库URL,以便正确配置仓库位置。 ```
This commit is contained in:
parent
27755a6d7b
commit
24179727ed
@ -2,7 +2,7 @@ name: Mirai-build
|
|||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [ push ]
|
on: [ push ]
|
||||||
env:
|
env:
|
||||||
BARE_REPO_DIR: /var/lib/gitea/data/gitea-repositories/Dace/Mirai-bot.git
|
BARE_REPO_DIR: https://git.alina-dace.info/Dace/Mirai-bot.git
|
||||||
CLONED_REPO_DIR: ./Dace/Mirai-bot
|
CLONED_REPO_DIR: ./Dace/Mirai-bot
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
Loading…
Reference in New Issue
Block a user