diff --git a/.github/workflows/vercel-deploy.yml b/.github/workflows/vercel-deploy.yml index 14070bb..7a48638 100644 --- a/.github/workflows/vercel-deploy.yml +++ b/.github/workflows/vercel-deploy.yml @@ -14,8 +14,11 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: amondnet/vercel-action@v20 + - name: checkout code + uses: actions/checkout@v2 + + - name: sync to vercel + uses: amondnet/vercel-action@v20 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID}}