Skip to content

fix(components/hint): re-draw after change context #000 #2250

fix(components/hint): re-draw after change context #000

fix(components/hint): re-draw after change context #000 #2250

Workflow file for this run

name: Mirror to Gitlab
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.GITLAB_REPOSITORY }}
target-username: ${{ secrets.GITLAB_USERNAME }}
target-token: ${{ secrets.GITLAB_PASSWORD }}