Skip to content

cell.next增加title参数 #370

cell.next增加title参数

cell.next增加title参数 #370

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: host_mirror-gitee
# Controls when the workflow will run
on: [push, delete]
# update
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# - uses: actions/checkout@v1
- name: checkout
uses: actions/checkout@v3
# Remote "mirror" does not support the LFS locking API. Consider disabling it with:
# $ git config lfs.https://gitee.com/younpc/note.git/info/lfs.locksverify false
- run: git config lfs.https://gitee.com/younpc/note.git/info/lfs.locksverify false
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitee.com:younpc/note.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.ID_ED25519_GITEE_YOUNPC }}