Skip to content

Commit 2123c9b

Browse files
committed
updated readme for force flag
1 parent 26e4273 commit 2123c9b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
5353
expires: 30d
5454
projectId: your-Firebase-project-ID
55+
# Optionally add Force flag
56+
# force: true
5557
```
5658

5759
### Deploy to your live channel on merge
@@ -81,6 +83,8 @@ jobs:
8183
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
8284
projectId: your-Firebase-project-ID
8385
channelId: live
86+
# Optionally add Force flag
87+
# force: true
8488
```
8589

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

152156
Disable commenting in a PR with the preview URL.
153157

158+
### `force` _{boolean}_
159+
160+
Bypass the confirmation prompt.
161+
154162
## Outputs
155163

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

0 commit comments

Comments
 (0)