Skip to content

Commit

Permalink
Fixing the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Heshdude committed Aug 9, 2020
1 parent 880fe52 commit 4b04e86
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 4b04e86

Please sign in to comment.