Skip to content
Merged
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.

## Outputs

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