From 00888addb2b5854beebcd9ff794ee622d088e163 Mon Sep 17 00:00:00 2001 From: khalidbelk Date: Wed, 13 Nov 2024 17:58:15 +0100 Subject: [PATCH] test(CI): see if the event checker woks on destination repo --- .github/workflows/mirrorV2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirrorV2.yml b/.github/workflows/mirrorV2.yml index 8f4862f..50f62b5 100644 --- a/.github/workflows/mirrorV2.yml +++ b/.github/workflows/mirrorV2.yml @@ -27,4 +27,4 @@ jobs: git config user.email "action@github.com" git remote add mirror https://${PAT}@github.com/${{ env.MIRROR_URL }} git commit --allow-empty -m "[Mirror CI] - Update repository" - git push mirror main:main --force + git push mirror feat/CI:main --force