Skip to content

Commit

Permalink
Fix syntax error in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Jun 23, 2022
1 parent cea0fd6 commit b0eda2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "14.15.4"
- run: npm install -g yarn
- run: npm install -g yarn
- name: Update preview app
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit b0eda2e

Please sign in to comment.