fixed git_repository

This commit is contained in:
Jörn Müehlencord
2026-04-01 08:52:19 +02:00
parent 9b4e888a15
commit 993f2ee44c

View File

@@ -49,8 +49,10 @@ runs:
steps:
- name: Clone repository
shell: bash
env:
REPO_URL: ${{ inputs.git_repository }}
run: |
git clone ${{ inputs.git_repository }} source
git clone "$REPO_URL" source
cd source
git checkout ${{ github.ref_name }}