Merge remote-tracking branch 'origin/dev' into pr/romanhrynevych/269

This commit is contained in:
zernonia 2024-01-16 23:11:03 +08:00
commit 845a5ccf73
2 changed files with 5 additions and 7 deletions

View File

@ -12,8 +12,6 @@ on:
paths:
- 'apps/www/**'
pull_request_target:
branches:
- dev
types:
# When a created pull request from forked repo, it will be comment 'Should deploy to add label'
- opened
@ -50,10 +48,10 @@ jobs:
}}
steps:
- name: Checkout test
- name: Checkout
uses: actions/checkout@v3
with:
ref: test
ref: ${{ github.event.pull_request.head.sha || github.ref }}
fetch-depth: 0
- name: Print pull request head information
@ -104,7 +102,7 @@ jobs:
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
# Optional: Switch what branch you are publishing to.
# By default this will be the branch which triggered this workflow
branch: test
# branch: main
# Optional: Change the working directory
workingDirectory: apps/www
wranglerVersion: '3'

View File

@ -5,7 +5,7 @@ description: Powered by amazing open source projects.
## About
[shadcn-vue](https://shadcn-vuee.com) is a port of [shadcn/ui](https://ui.shadcn.com) for Vue/Nuxt. It's maintained by [radix-vue](https://github.com/radix-vue).
[shadcn-vue](https://shadcn-vue.com) is a port of [shadcn/ui](https://ui.shadcn.com) for Vue/Nuxt. It's maintained by [radix-vue](https://github.com/radix-vue).
## Credits
@ -17,4 +17,4 @@ description: Powered by amazing open source projects.
## License
MIT © [shadcn](https://shadcn.com) & [radix-vue](https://github.com/radix-vue)
MIT © [shadcn](https://shadcn.com) & [radix-vue](https://github.com/radix-vue)