This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
run: |
|
||||
test -n "${{ env.REPO_PATH }}" && rm -rfv "${{ env.REPO_PATH }}"/*
|
||||
git config --global --add safe.directory ${{ env.REPO_PATH }}
|
||||
git clone -b ${{ gitea.ref }} --single-branch ${{ env.REPO_URL }} ${{ env.REPO_PATH }}
|
||||
git clone -b ${{ gitea.ref_name }} --single-branch ${{ env.REPO_URL }} ${{ env.REPO_PATH }}
|
||||
|
||||
- name: List after checkout
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user