Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Sep 6, 2023
1 parent bca0e77 commit 0e02c10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
- name: to gitlab
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:ng-alain/delon.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
target_repo_url:
[email protected]: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: [email protected]:ng-alain/delon.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}
target_repo_url:
[email protected]:ng-alain/delon.git
ssh_private_key:
${{ secrets.GITEE_SSH_PRIVATE_KEY }}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"[jsonc]": {
"editor.formatOnSave": false
},
"[yaml]": {
"editor.formatOnSave": false
},
"files.associations": {
"*.json": "jsonc",
".prettierrc": "json",
Expand Down

0 comments on commit 0e02c10

Please sign in to comment.