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