File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,11 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v2
26
- -
uses :
jsryudev/[email protected] .0
26
+ -
uses :
jsryudev/[email protected] .1
27
27
env :
28
28
FIREBASE_TOKEN : ${{ secrets.FIREBASE_TOKEN }}
29
29
FIREBASE_PROJECT : firebase-project-id
30
+ FUNCTIONS_DIR : firebase-functions-directory
30
31
` ` `
31
32
32
33
Deploy only when a tag starts with ` v` is pushed:
43
44
runs-on: ubuntu-latest
44
45
steps:
45
46
- uses: actions/checkout@v2
46
- - uses: jsryudev/[email protected] .0
47
+ - uses: jsryudev/[email protected] .1
47
48
env:
48
49
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
49
50
FIREBASE_PROJECT: firebase-project-id
51
+ FUNCTIONS_DIR: firebase-functions-directory
50
52
` ` `
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 |
You can’t perform that action at this time.
0 commit comments