Skip to content

Commit

Permalink
chore(workflow): delete mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siyi98 committed Sep 20, 2022
1 parent b8741c7 commit 5d53bce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: 🔀 Sync mirror to Vercel
# name: 🔀 Sync mirror to Vercel

on:
push:
branches:
- master
# on:
# push:
# branches:
# - master

jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: mirror actions
continue-on-error: true
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.FORK_PRIVATE_KEY }}
with:
source-repo: 'https://github.com/alibaba/x-render.git'
destination-repo: '[email protected]:siyi98/x-render.git'
# jobs:
# mirror:
# runs-on: ubuntu-latest
# steps:
# - name: mirror actions
# continue-on-error: true
# uses: wearerequired/git-mirror-action@v1
# env:
# SSH_PRIVATE_KEY: ${{ secrets.FORK_PRIVATE_KEY }}
# with:
# source-repo: 'https://github.com/alibaba/x-render.git'
# destination-repo: '[email protected]:siyi98/x-render.git'

3 changes: 2 additions & 1 deletion packages/form-render/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export interface SchemaBase {
| 'dateTime'
| 'date'
| 'time'
| 'upload';
| 'upload'
| (string & {});
default: any;
/** 是否必填,支持 `'{{ formData.xxx === "" }}'` 形式的表达式 */
required: boolean | string;
Expand Down

0 comments on commit 5d53bce

Please sign in to comment.