fixed git_repository
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user