From c7f895d341691cd03ebb800fb252082900e89bcd Mon Sep 17 00:00:00 2001
From: Deniz Kilic <d.kilic@fz-juelich.de>
Date: Thu, 19 Sep 2024 10:31:29 +0200
Subject: [PATCH] Fix repository owner in Github action

---
 .github/workflows/mirror_prs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/mirror_prs.yml b/.github/workflows/mirror_prs.yml
index 1fc756747..d30144655 100644
--- a/.github/workflows/mirror_prs.yml
+++ b/.github/workflows/mirror_prs.yml
@@ -12,7 +12,7 @@ jobs:
   check_permission:
     runs-on: ubuntu-latest
     if: >-
-        (github.repository_owner == 'Source-Repository') &&
+        (github.repository_owner == 'ped-dyn-emp') &&
         ((github.event_name == 'push') ||
          (github.event_name == 'schedule') ||
          ((github.event_name == 'pull_request_target') &&
@@ -51,7 +51,7 @@ jobs:
   mirror_to_gitlab:
     runs-on: ubuntu-latest
     if: >-
-        (github.repository_owner == 'Source-Repository') &&
+        (github.repository_owner == 'ped-dyn-emp') &&
         ((github.event_name == 'push') ||
          (github.event_name == 'schedule') ||
          ((github.event_name == 'pull_request_target') &&
-- 
GitLab