This commit is contained in:
@@ -12,8 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone "${GITEA_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
|
||||
git checkout "${GITHUB_SHA}"
|
||||
git clone "http://gitea:3000/${{ gitea.repository }}.git" .
|
||||
git checkout "${{ gitea.sha }}"
|
||||
|
||||
- name: Install Node.js & Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user