From 354822ebc72d40bceb73f4daedf8e9061b2c9b51 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 13:18:24 +0100 Subject: [PATCH] chore: fix ci --- .forgejo/workflows/release-charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release-charts.yaml b/.forgejo/workflows/release-charts.yaml index 9ef15d9..dc68bf2 100644 --- a/.forgejo/workflows/release-charts.yaml +++ b/.forgejo/workflows/release-charts.yaml @@ -21,4 +21,4 @@ jobs: commit_username: "forgejo-actions" commit_email: "bot@devthefuture.org" ssh_private_key: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }} - repo_url: git@git.devthefuture.org/${{ github.repository }}.git \ No newline at end of file + repo_url: git@git.devthefuture.org:${{ github.repository }}.git \ No newline at end of file