Skip to content

feat(frontend): add date picker #77

feat(frontend): add date picker

feat(frontend): add date picker #77

Workflow file for this run

name: Sync to Destination Repository
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
sync_gitee:
runs-on: ubuntu-latest
steps:
- name: Sync Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: "[email protected]:novohit/cloudshare.git"
destination-repo: "[email protected]:novohit/cloudshare.git"