From a9b3f9643c4d04835ddcf9c78e3c37862fb501cd Mon Sep 17 00:00:00 2001 From: Matthias Viehweger Date: Wed, 13 Nov 2024 17:55:28 +0100 Subject: [PATCH] The remote-version workflow has no preference for github-repos --- .github/workflows/update-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-production.yml b/.github/workflows/update-production.yml index 2ca16d3..e1deb2a 100644 --- a/.github/workflows/update-production.yml +++ b/.github/workflows/update-production.yml @@ -38,7 +38,7 @@ jobs: needs: - release with: - repository_url: ${{ github.repository}} + repository_url: https://github.com/${{ github.repository}}.git stage: production deploy-staging: