From 9bbc6bd6d67905fc6ac851c91c85498802658357 Mon Sep 17 00:00:00 2001 From: "guillaume-jf_univ-nantes.fr" Date: Tue, 8 Oct 2024 17:57:41 +0200 Subject: [PATCH] Update .forgejo/workflows/forgejo-deb.yml --- .forgejo/workflows/forgejo-deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/forgejo-deb.yml b/.forgejo/workflows/forgejo-deb.yml index f08db4a..d36423a 100644 --- a/.forgejo/workflows/forgejo-deb.yml +++ b/.forgejo/workflows/forgejo-deb.yml @@ -188,7 +188,7 @@ jobs: runs-on: bookworm needs: - build-forgejo-deb - if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') && github.repository == 'forgejo-contrib/forgejo-deb' + if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') && github.repository == 'GLiCID/forgejo-deb' steps: - uses: actions/checkout@v4