Skip to content

Commit

Permalink
chore: bump vercel-deployment-for-github-actions to v1.1.0
Browse files Browse the repository at this point in the history
Bump vercel-deployment-for-github-actions to v1.1.0 in both preview and production-demo workflows.
  • Loading branch information
EvanNotFound committed May 29, 2024
1 parent cbc19f0 commit 2bb47d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# working-directory: ${{ env.HEXO_SITE_DIR }}

- name: Deploy to Vercel Action
uses: EvanNotFound/vercel-deployment-for-github-actions@v1
uses: EvanNotFound/vercel-deployment-for-github-actions@v1.1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# working-directory: ${{ env.HEXO_SITE_DIR }}

- name: Deploy to Vercel Action
uses: EvanNotFound/vercel-deployment-for-github-actions@v1
uses: EvanNotFound/vercel-deployment-for-github-actions@v1.1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 2bb47d1

Please sign in to comment.