FirebaseExtended / FirebaseExtended/action-hosting-deploy

[BUG] Adding --force flag results in an error

Open
#445 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.