diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 671a8376b..94906b40f 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,11 +14,15 @@ jobs: - name: to gitlab uses: pixta-dev/repository-mirroring-action@v1 with: - target_repo_url: git@gitlab.com:ng-alain/delon.git - ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }} + target_repo_url: + git@gitlab.com:ng-alain/delon.git + ssh_private_key: + ${{ secrets.GITLAB_SSH_PRIVATE_KEY }} - name: to gitee uses: pixta-dev/repository-mirroring-action@v1 with: - target_repo_url: git@gitee.com:ng-alain/delon.git - ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }} + target_repo_url: + git@gitee.com:ng-alain/delon.git + ssh_private_key: + ${{ secrets.GITEE_SSH_PRIVATE_KEY }} diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a1e42c9c..f56905d2d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,6 +28,9 @@ "[jsonc]": { "editor.formatOnSave": false }, + "[yaml]": { + "editor.formatOnSave": false + }, "files.associations": { "*.json": "jsonc", ".prettierrc": "json",