fixed git_repository
This commit is contained in:
@@ -50,7 +50,7 @@ runs:
|
|||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ inputs.main_uuid }} source
|
git clone ${{ inputs.git_repository }} source
|
||||||
cd source
|
cd source
|
||||||
git checkout ${{ github.ref_name }}
|
git checkout ${{ github.ref_name }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user