Project init
Some checks failed
Maven build / build (push) Failing after 1m41s

This commit is contained in:
Guillaume Dugas
2025-08-26 21:04:39 +02:00
parent a54bd5de41
commit 8e7d0dd60a

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
MAVEN_ACCESS_TOKEN: ${{ secrets.CI_TOKEN }} MAVEN_ACCESS_TOKEN: ${{ secrets.CI_TOKEN }}
MAVEN_REPO_OWNER: ${{ gitea.owner }} MAVEN_REPO_OWNER: ${{ gitea.actor }}
steps: steps:
- name: Check out latest repository code - name: Check out latest repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -22,6 +22,6 @@ jobs:
- name: Deploy project - name: Deploy project
run: | run: |
echo $MAVEN_REPO_OWNER echo owner name : $MAVEN_REPO_OWNER
./mvnw -s .mvn/settings.xml deploy ./mvnw -s .mvn/settings.xml deploy