vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit fea8bee382b2051b0137fd2cacf0862823ee69b3
parent 6d87df76cb17bdc8632e0d7ca5f2dcc99c9852b5
Author: Brennen Bearnes <code@p1k3.com>
Date:   Sun,  4 Dec 2022 21:25:52 -0700

housekeeping: remove non-working / deprecated mirror.yml

Diffstat:
D.github/workflows/mirror.yml | 17-----------------
1 file changed, 0 insertions(+), 17 deletions(-)

diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml @@ -1,17 +0,0 @@ -on: - push: - branches: - - 'dev' - -jobs: - mirror_job: - runs-on: ubuntu-latest - name: Mirror SOURCE_BRANCH_NAME branch to DESTINATION_BRANCH_NAME branch - steps: - - name: Mirror action step - id: mirror - uses: google/mirror-branch-action@v1.0 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - source: 'dev' - dest: 'master'