From afc3fc314e13611dcb425ab5851edf267490f995 Mon Sep 17 00:00:00 2001 From: Moritz Thome <54029724+MoritzThome@users.noreply.github.com> Date: Sun, 15 Feb 2026 11:15:37 +0100 Subject: [PATCH] fixup Repo name for mirror --- .github/workflows/mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index ba7ced5..021a82b 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -7,9 +7,9 @@ on: jobs: gitlab: - if: github.repository == 'ALF-QMC/ALF_Tutorial_and_Presentations' + if: github.repository == 'ALF-QMC/ALF_Tutorial' uses: ALF-QMC/ALF/.github/workflows/mirror-template.yml@master with: - git_url: "git.physik.uni-wuerzburg.de/ALF/ALF_Tutorial_and_Presentations" + git_url: "git.physik.uni-wuerzburg.de/ALF/ALF_Tutorial" secrets: GIT_MIRROR_TOKEN: ${{ secrets.GITLAB_MIRROR_TOKEN }}