Skip to content

Commit f3d4f38

Browse files
authored
Merge pull request #27 from Heshdude/improving-automation
Fixing the typo
2 parents 204cb71 + 4b04e86 commit f3d4f38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ jobs:
6161
- name: Checkout Repo
6262
uses: actions/checkout@master
6363
- name: Get the list of modified installers only
64-
uses: technote-space/get-diff-action@v1
65-
with:
66-
PREFIX_FILTER: |
67-
installers
64+
uses: technote-space/get-diff-action@v1
65+
with:
66+
PREFIX_FILTER: |
67+
installers
6868
- name: Download Artifact
69+
if: env.GIT_DIFF
6970
uses: actions/download-artifact@master
7071
with:
7172
name: installers
7273
path: installers
73-
if: env.GIT_DIFF
7474
- name: Install Dependencies
7575
run: cd functions && npm install
7676
- name: Deploy to Firebase

0 commit comments

Comments
 (0)