From 0f05696e39198d07f6db8156594510c2310f0589 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 11 Jan 2022 10:45:19 +0100 Subject: [PATCH] workflows: fixing branch name --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 11d8a3a..0c76fc8 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v1 with: submodules: true - ref: main + ref: master - name: Push to Epitech repository uses: pixta-dev/repository-mirroring-action@v1 with: