You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@
10
10
11
11
## 🧠 Why
12
12
13
-
There is an excellent action already: [firebase-action](https://github.com/w9jds/firebase-action), but it forces you to run a command in order to work.
13
+
There is an excellent action already: [firebase-action](https://github.com/w9jds/firebase-action), but it forces you to
14
+
run a command in order to work.
14
15
15
16
With this one, after running the action you can use the firebase-tools CLI from anywhere: npm script, shell...
16
17
@@ -30,17 +31,16 @@ jobs:
30
31
firebase-token: YOUR_TOKEN
31
32
```
32
33
33
-
By default, it will try to download the package from npm,
34
-
if it fails because npm is not installed, or it doesn't have sufficient permissions,
35
-
the action will fallback to download it using `curl`.
34
+
By default, it will try to download the package from npm, if it fails because npm is not installed, or it doesn't have
35
+
sufficient permissions, the action will fallback to download it using `curl`.
36
36
37
37
If you are running it on Windows you will need to use actions/setup-node before in order to work.
38
38
39
39
## ⚙ Inputs
40
40
41
-
**Name**|**Description**|**Required**
42
-
-----|-----|-----
43
-
firebase-token|Firebase token you can get by running `firebase login:ci`|✔
0 commit comments