fixed git_repository
This commit is contained in:
@@ -49,8 +49,10 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
REPO_URL: ${{ inputs.git_repository }}
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ inputs.git_repository }} source
|
git clone "$REPO_URL" source
|
||||||
cd source
|
cd source
|
||||||
git checkout ${{ github.ref_name }}
|
git checkout ${{ github.ref_name }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user