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

View File

@ -5,7 +5,7 @@ description: Powered by amazing open source projects.
## About ## 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 ## Credits