FirebaseExtended / FirebaseExtended/action-hosting-deploy
[BUG] Don't get the comment with preview url on PR merged
Open
bug
- Dominant language
- TypeScript
- Stars
- 809
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
### Action config
```
on:
push:
branches: [master]
...
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
projectId: ***
expires: 14d
channelID: preview
```
### Error message
N/A
### Expected behavior
To post the comment with preview url.
### Actual behavior
I don't get any comment with preview url for PR merged configuration.
Contributor guide
Assessment
This issue has not been assessed yet.