Merge pull request #61 from HideyoshiNakazone/tests-pr-cleanup

Fixes PR Cleanup
This commit is contained in:
2023-12-29 03:52:33 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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: