Skip to content

build(deps): bump tar from 6.2.0 to 6.2.1 #563

build(deps): bump tar from 6.2.0 to 6.2.1

build(deps): bump tar from 6.2.0 to 6.2.1 #563

Workflow file for this run

name: mirror gitee
on: push
jobs:
to_gitee:
if: "!startsWith(github.event.commits[0].message, 'release')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitee.com:ng-alain/delon.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}