diff --git a/.gitea/workflows/remove-orphans.yaml b/.gitea/workflows/remove-orphans.yaml index 4506e03..3ad3f05 100644 --- a/.gitea/workflows/remove-orphans.yaml +++ b/.gitea/workflows/remove-orphans.yaml @@ -15,4 +15,4 @@ jobs: - env: TOKEN: ${{ secrets.TOKEN }} run: | - GITEA_URL=https://git.furtherverse.com GITEA_TOKEN=${TOKEN} ./gitea-docker-registry-prune go run . + GITEA_URL=https://git.furtherverse.com GITEA_TOKEN=${TOKEN} go run .