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