CIのGitea checkoutを修正
Validate and publish container image / build (pull_request) Has been cancelled

This commit is contained in:
2026-07-18 08:44:33 +09:00
parent c14716c46b
commit bebb0016b6
+5 -1
View File
@@ -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: |