mirror of
https://github.com/johndoe6345789/WizardMerge.git
synced 2026-04-25 06:04:55 +00:00
Compare commits
1 Commits
main
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17a0eefe83 |
26
.github/workflows/mirror.yml
vendored
26
.github/workflows/mirror.yml
vendored
@@ -1,26 +0,0 @@
|
||||
name: mirror-repository
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Mirror repository
|
||||
uses: yesolutions/mirror-action@v0.7.0
|
||||
with:
|
||||
REMOTE_NAME: git
|
||||
REMOTE: https://git.wardcrew.com/git/wizardmerge.git
|
||||
GIT_USERNAME: git
|
||||
GIT_PASSWORD: 4wHhnUX7n7pVaFZi
|
||||
PUSH_ALL_REFS: true
|
||||
GIT_PUSH_ARGS: --tags --force --prune
|
||||
Reference in New Issue
Block a user