diff --git a/.forgejo/workflows/umami.yml b/.forgejo/workflows/umami.yml index 81234f3..12a55e5 100644 --- a/.forgejo/workflows/umami.yml +++ b/.forgejo/workflows/umami.yml @@ -12,7 +12,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - repository: 'watson/umami@master' + repository: 'watson/umami' + path: 'umami-custom' + - name: Login to image registry uses: docker/login-action@master