From 71b00e5ee326055f218ea37b6ba5a7eac56ac9d3 Mon Sep 17 00:00:00 2001 From: appleboy Date: Fri, 28 Apr 2023 20:27:37 +0800 Subject: [PATCH] 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 --- .gitea/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 655f08c..bebd078 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -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 }}