diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 553e0e3..86c1546 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: env: DOCKER_IMG: ${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.ref_name }} COMPOSE_PROJECT_NAME: ${{ gitea.ref_name }}-services - COMPOSE_SERVICE_NAME: ${{ gitea.repository ##*/ }} + COMPOSE_SERVICE_NAME: ${{ github.event.repository.name }} steps: - run: | echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME @@ -22,3 +22,5 @@ jobs: steps: - name: The job has failed if: ${{ failure() }} + run: echo recovering from failure +