fixed git_repository

This commit is contained in:
Jörn Müehlencord
2026-03-31 21:50:57 +02:00
parent f9752ba6bb
commit 9b4e888a15

View File

@@ -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 }}