We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 204cb71 + 4b04e86 commit f3d4f38Copy full SHA for f3d4f38
.github/workflows/deploy.yml
@@ -61,16 +61,16 @@ jobs:
61
- name: Checkout Repo
62
uses: actions/checkout@master
63
- name: Get the list of modified installers only
64
- uses: technote-space/get-diff-action@v1
65
- with:
66
- PREFIX_FILTER: |
67
- installers
+ uses: technote-space/get-diff-action@v1
+ with:
+ PREFIX_FILTER: |
+ installers
68
- name: Download Artifact
69
+ if: env.GIT_DIFF
70
uses: actions/download-artifact@master
71
with:
72
name: installers
73
path: installers
- if: env.GIT_DIFF
74
- name: Install Dependencies
75
run: cd functions && npm install
76
- name: Deploy to Firebase
0 commit comments