Skip to content

docs: update IMPROVEMENTS.md for 2026-03-19 performance #33

docs: update IMPROVEMENTS.md for 2026-03-19 performance

docs: update IMPROVEMENTS.md for 2026-03-19 performance #33

Workflow file for this run

name: Mirror to GitLab
on:
push:
branches: ['**']
tags: ['**']
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to GitLab
env:
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
run: |
git remote add gitlab "https://oauth2:${GITLAB_TOKEN}@gitlab.com/bokiko/${{ github.event.repository.name }}.git"
git push gitlab --all --force
git push gitlab --tags --force