Skip to content

style: 修改输出的安装包文件名 #7

style: 修改输出的安装包文件名

style: 修改输出的安装包文件名 #7

Workflow file for this run

name: Mirror this repo to Gitee
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Mirror a repository using SSH
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: "[email protected]:xkinput/xxxk.git"
destination-repo: "[email protected]:xkinput/xxxk.git"