1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:40:06 +08:00
SpaceVim/bundle/splitjoin.vim/.github/workflows/mirror.yml
2024-06-27 18:10:36 +08:00

21 lines
494 B
YAML

# Originally forked from: https://github.com/google/mirror-branch-action
# Current repo: https://github.com/AndrewRadev/mirror-branch-action
on:
push:
branches:
- 'main'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror main branch to master branch
steps:
- name: Mirror action step
id: mirror
uses: AndrewRadev/mirror-branch-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'main'
dest: 'master'