Skip to content

Update .zshrc file with nvmrc, jenv and goenv #51

Update .zshrc file with nvmrc, jenv and goenv

Update .zshrc file with nvmrc, jenv and goenv #51

Workflow file for this run

name: Mirroring
on:
push:
branches:
- main
jobs:
to_gitcode:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:shenlw66/dotfiles.git
ssh_private_key:
${{ secrets.GITCODE_SSH_PRIVATE_KEY }}
to_gitlab:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
https://${{ secrets.GITLAB_USERNAME }}:${{ secrets.GITLAB_ACCESS_TOKEN }}@git.vip.cpolar.cn/${{ secrets.GITLAB_USERNAME }}/dotfiles.git