diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0c8f923..3a1c7c7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,9 +12,7 @@ jobs: image: maven:3.9-eclipse-temurin-17 steps: - name: Checkout - run: | - git clone --depth=1 --branch=${GITHUB_REF_NAME} \ - http://gitea:3000/${GITHUB_REPOSITORY}.git . + uses: actions/checkout@v4 - name: Configure Maven settings run: |