Skip to content

Commit

Permalink
refactor: add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 authored Mar 4, 2022
1 parent 427a3e0 commit e317477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Yarn cache
uses: actions/cache@v1
id: yarn-cache
with:
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
restore-keys: |
Expand Down

0 comments on commit e317477

Please sign in to comment.