Skip to content

手动看一下Github Actions上的rust版本 #54

手动看一下Github Actions上的rust版本

手动看一下Github Actions上的rust版本 #54

Workflow file for this run

on: [push, workflow_dispatch]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitlab.com/czy29/29bot.com.git'
REMOTE_NAME: gitlab
GIT_USERNAME: czy29
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitee.com/czy29/29bot.com.git'
REMOTE_NAME: gitee
GIT_USERNAME: czy29
GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }}