Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
expires: 30d
projectId: your-Firebase-project-ID
# Optionally add Force flag
# force: true
```

### Deploy to your live channel on merge
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
projectId: your-Firebase-project-ID
channelId: live
# Optionally add Force flag
# force: true
```

## Options
Expand Down Expand Up @@ -151,6 +155,10 @@ The version of `firebase-tools` to use. If not specified, defaults to `latest`.

Disable commenting in a PR with the preview URL.

### `force` _{boolean}_

Uses the Firebase CLI's `--force` flag to automatically accept all interactive prompts.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For clarity and to ensure users understand the impact of this option, consider expanding the description to be more aligned with the one in action.yml. Including a note of caution would be particularly helpful given the nature of the --force flag.

Suggested change
Uses the Firebase CLI's `--force` flag to automatically accept all interactive prompts.
Pass `true` to use the Firebase CLI's `--force` flag. This automatically accepts all interactive prompts during deployment. Use with caution.


## Outputs

Values emitted by this action that can be consumed by other actions later in your workflow
Expand Down