wait-for-vercel-preview
wait-for-vercel-preview copied to clipboard
Actor name is not `vercel[bot]`
Not sure if Vercel have changed how deployments work, but checking the GitHub deployment for a specific sha reveals that the creator.login
field is set to my username, not vercel[bot]
.
https://github.com/patrickedqvist/wait-for-vercel-preview/blob/bfdff514ff78a669f2536e9f4dd4ef5813a704a2/action.js#L329
Is it important that the deployments are filtered by this username?
https://github.com/patrickedqvist/wait-for-vercel-preview/blob/bfdff514ff78a669f2536e9f4dd4ef5813a704a2/action.js#L223-L225