Skip to content

1.common包升级v9.7.2版本 #64

1.common包升级v9.7.2版本

1.common包升级v9.7.2版本 #64

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: gitee mirror
# Controls when the action will run.
on: [ push, pull_request, workflow_dispatch ]
# 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"
to_gitee:
# The type of runner that the job will run on
runs-on: ubuntu-latest
continue-on-error: true
# 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
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:umengplus/MultiFunctionAndroidDemo.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}