ci(deploy): Checkout 단계를 actions/checkout@v4로 개선
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
부모
44bfb3055b
커밋
f072fcc9a0
@ -12,9 +12,7 @@ jobs:
|
|||||||
image: maven:3.9-eclipse-temurin-17
|
image: maven:3.9-eclipse-temurin-17
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
uses: actions/checkout@v4
|
||||||
git clone --depth=1 --branch=${GITHUB_REF_NAME} \
|
|
||||||
http://gitea:3000/${GITHUB_REPOSITORY}.git .
|
|
||||||
|
|
||||||
- name: Configure Maven settings
|
- name: Configure Maven settings
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user