FirebaseExtended / FirebaseExtended/action-hosting-deploy
[BUG] Unexpected token λ in JSON at position 0
- Dominant language
- TypeScript
- Stars
- 809
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
### Action config
### Error message
It seems all is successful, but it somehow fails with a very weird error message. It doesn't seem to happen locally with `npx firebase deploy`. The action usually works, this seems to be intermittent. When I re-try the action, it usually succeeds.
```
✔ hosting[project8372]: release complete
✔ Deploy complete!
Project Console: https://console.firebase.google.com/project/project8372/overview
Hosting URL: https://project8372.web.app/
Error: Unexpected token λ in JSON at position 0
***
conclusion: 'failure',
output: ***
title: 'Deploy preview failed',
summary: 'Error: Unexpected token λ in JSON at position 0'
***
***
```
### Expected behavior
Successful deploymenet
### Actual behavior
Error: Unexpected token λ in JSON at position 0
Contributor guide
Assessment
This issue has not been assessed yet.