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.'