This commit is contained in:
@@ -20,7 +20,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git init .
|
||||||
|
git remote add origin "https://gitea.mukan.0am.jp/${{ gitea.repository }}.git"
|
||||||
|
git fetch --depth=1 origin "${{ gitea.sha }}"
|
||||||
|
git checkout --detach FETCH_HEAD
|
||||||
|
|
||||||
- name: Build test stage
|
- name: Build test stage
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user