Skip to content

Update

Update #546

Workflow file for this run

name: Sync to gitcode
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
cd ${{ github.workspace }}
git push --mirror --force https://oauth2:${{ secrets.ACCESS_TOKEN }}@gitcode.net/qq_21551787/bncm-plugin-packed.git