chore: improve API usage and test coverage across OSs

- Change remote repository in update.yaml from `act_runner.git` to `homebrew-gitea.git`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy 2023-04-28 20:27:37 +08:00
parent bdd1040cf0
commit 71b00e5ee3
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ jobs:
branch: main
commit: true
commit_message: "[skip ci] Updated Version via cron"
remote: "git@gitea.com:gitea/act_runner.git"
remote: "git@gitea.com:gitea/homebrew-gitea.git"
ssh_key: ${{ secrets.DEPLOY_KEY }}