From 9b4e888a152de2122fe2ab7ebf0e8236db2370f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20M=C3=BCehlencord?= Date: Tue, 31 Mar 2026 21:50:57 +0200 Subject: [PATCH] fixed git_repository --- build-and-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-test/action.yml b/build-and-test/action.yml index 238f266..2cb1b79 100644 --- a/build-and-test/action.yml +++ b/build-and-test/action.yml @@ -50,7 +50,7 @@ runs: - name: Clone repository shell: bash run: | - git clone ${{ inputs.main_uuid }} source + git clone ${{ inputs.git_repository }} source cd source git checkout ${{ github.ref_name }}