Skip to content

Commit 0f57af1

Browse files
authored
Update README.md
1 parent 244d527 commit 0f57af1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Deploy to Firebase
1+
# Deploy to Firebase Functions for Node14
22

3-
A GitHub Action to deploy to Firebase Cloud Functions.
3+
A GitHub Action to deploy to Firebase Cloud Functions for Node14.
44

55
- Make sure that you checkout the repository using the [actions/checkout](https://github.com/actions/checkout) action
66
- Make sure that you have the `firebase.json` file in the repository
@@ -26,7 +26,7 @@ jobs:
2626
- uses: jsryudev/[email protected]
2727
env:
2828
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
29-
FIREBASE_PROJECT: name-of-the-project
29+
FIREBASE_PROJECT: firebase-project-id
3030
```
3131

3232
Deploy only when a tag starts with `v` is pushed:
@@ -46,5 +46,5 @@ jobs:
4646
- uses: jsryudev/[email protected]
4747
env:
4848
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
49-
FIREBASE_PROJECT: name-of-the-project
49+
FIREBASE_PROJECT: firebase-project-id
5050
```

0 commit comments

Comments
 (0)