From 1e14bfa7e8a26958716a4c7ca6dbcddcd5c6b3ee Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 13:16:42 +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 83542f8..9ef15d9 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_owner }}/${{ github.repository }}.git \ No newline at end of file + repo_url: git@git.devthefuture.org/${{ github.repository }}.git \ No newline at end of file