Skip to content
Merged
Changes from 12 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}_

Bypass the confirmation prompt.

Choose a reason for hiding this comment

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

medium

The description for the force flag could be more descriptive. The action.yml file has a more detailed explanation which would be beneficial here as well to inform users about the implications of using this flag. Consider using a description similar to the one in action.yml for consistency and clarity.

Suggested change
Bypass the confirmation prompt.
Pass 'true' to use the --force flag with firebase deploy. This will automatically accept any warning or prompts during deploy. Use with caution.


## Outputs

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