From 649c2f0ab63ace8922b1bcbed46b396593ef2c64 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:42:43 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20github=20mirror=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mirror.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..b116389 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,15 @@ +name: 🪞 Repository Mirrors + +on: + push: + branches: + - main + - dev + +jobs: + mirror: + if: github.repository == 'loreddev/eslit' + uses: loreddev/.github/.github/workflows/mirrors.yml@main + secrets: inherit + with: + codeberg-repo: https://codeberg.org/LoredDev/ESLit