diff --git a/.github/workflows/vercel-cleanup-pr.yml b/.github/workflows/vercel-cleanup-pr.yml index 2138d0c..082202f 100644 --- a/.github/workflows/vercel-cleanup-pr.yml +++ b/.github/workflows/vercel-cleanup-pr.yml @@ -7,7 +7,7 @@ on: env: VERCEL_CLI_TOKEN: ${{ secrets.VERCEL_CLI_TOKEN }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} - GITHUB_PR_ID: ${{github.event.pull_request.number}} + GITHUB_PR_ID: ${{ github.event.number }} jobs: cleanup: diff --git a/.github/workflows/vercel-cleanup-previous-preview.yml b/.github/workflows/vercel-cleanup-previous-preview.yml index 1df8114..0906850 100644 --- a/.github/workflows/vercel-cleanup-previous-preview.yml +++ b/.github/workflows/vercel-cleanup-previous-preview.yml @@ -10,7 +10,7 @@ on: env: VERCEL_CLI_TOKEN: ${{ secrets.VERCEL_CLI_TOKEN }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} - GIT_PREVIOS_COMMIT: ${{github.event.before}} + GIT_PREVIOS_COMMIT: ${{ github.event.before }} jobs: