From 50e2011928b31566ed9813215c6bfc12d47118af Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Sat, 17 Sep 2022 11:51:24 +0530 Subject: [PATCH] Fix Test Flow --- .github/workflows/gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitea.yml b/.github/workflows/gitea.yml index 02128dd..c0fcf25 100644 --- a/.github/workflows/gitea.yml +++ b/.github/workflows/gitea.yml @@ -28,4 +28,4 @@ jobs: - uses: ./ with: ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} - target_repo_url: ${{ secrets.TARGET_REPO_URL }} + target_repo_url: ${{ secrets.TARGET_GITEA_REPO_URL }}