FirebaseExtended / FirebaseExtended/action-hosting-deploy
[BUG] Adding --force flag results in an error
Open
bug
- Dominant language
- TypeScript
- Stars
- 809
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
### Action config
```
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: xxx
firebaseServiceAccount: "xxx"
projectId: "xxx"
force: true
```
### Error message
/usr/local/bin/npx firebase-tools@latest hosting:channel:deploy pr5-feature-build-steps --expires 7d --project xxx --force --debug
error: unknown option '--force'
### Expected behavior
Expected that deploy would not break after adding the --force flag
### Actual behavior
Deploy failed due to error
Contributor guide
Assessment
This issue has not been assessed yet.