Skip to content

Commit 51bb913

Browse files
committed
Update README.md
1 parent 49dacf0 commit 51bb913

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: jsryudev/[email protected].0
26+
- uses: jsryudev/[email protected].1
2727
env:
2828
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
2929
FIREBASE_PROJECT: firebase-project-id
30+
FUNCTIONS_DIR: firebase-functions-directory
3031
```
3132
3233
Deploy only when a tag starts with `v` is pushed:
@@ -43,8 +44,17 @@ jobs:
4344
runs-on: ubuntu-latest
4445
steps:
4546
- uses: actions/checkout@v2
46-
- uses: jsryudev/[email protected].0
47+
- uses: jsryudev/[email protected].1
4748
env:
4849
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
4950
FIREBASE_PROJECT: firebase-project-id
51+
FUNCTIONS_DIR: firebase-functions-directory
5052
```
53+
54+
## Env
55+
56+
| Name | Description | Default | Required |
57+
| - | - | - | - |
58+
| `FIREBASE_TOKEN` | Token to use to authorize firebase cli | N/A | Y |
59+
| `FIREBASE_PROJECT` | Specify the Firebase project name | 2 | Y |
60+
| `FUNCTIONS_DIR` | | Specify the Firebase functions directory | N |

0 commit comments

Comments
 (0)