Skip to content

Commit

Permalink
Merge pull request #27 from Heshdude/improving-automation
Browse files Browse the repository at this point in the history
Fixing the typo
  • Loading branch information
Heshdude authored Aug 9, 2020
2 parents 204cb71 + 4b04e86 commit f3d4f38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@master
- name: Get the list of modified installers only
uses: technote-space/get-diff-action@v1
with:
PREFIX_FILTER: |
installers
uses: technote-space/get-diff-action@v1
with:
PREFIX_FILTER: |
installers
- name: Download Artifact
if: env.GIT_DIFF
uses: actions/download-artifact@master
with:
name: installers
path: installers
if: env.GIT_DIFF
- name: Install Dependencies
run: cd functions && npm install
- name: Deploy to Firebase
Expand Down

0 comments on commit f3d4f38

Please sign in to comment.