Skip to content

feat(statusline): add async git repo and remote status display #1045

feat(statusline): add async git repo and remote status display

feat(statusline): add async git repo and remote status display #1045

Workflow file for this run

name: backup
on: push
jobs:
backup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: "0"
- uses: ruicsh/backup-action@main
with:
bitbucket_token: ${{ secrets.BITBUCKET_TOKEN }}
target_repo: ruicsh/nvim-config