From fc030d566c0d0989f44612f0abe247e0394ad975 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 22 Aug 2025 19:35:52 -0700 Subject: [PATCH] Create mirror.yml --- .github/workflows/mirror.yml | 9 +++++++++ 1 file changed, 9 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..ade312b --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,9 @@ +on: [workflow_dispatch] +permissions: write-all +jobs: + sync: + uses: multipleof4/.actions/.github/workflows/git-mirror.yml@master + with: + repo: user/repo + ref: master + message: 'This build was committed by a bot.'