We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ced890 commit f87891fCopy full SHA for f87891f
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: write
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- uses: pnpm/action-setup@v4
19
with:
.github/workflows/pull-request.yml
if: ${{ env.VERCEL_TOKEN && env.VERCEL_ORG_ID && env.VERCEL_PROJECT_ID }}
- name: Deploy to Vercel
0 commit comments