Skip to content

Commit

Permalink
fix: correct url for deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Dec 22, 2020
1 parent e9da02b commit 53011bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
git config --global user.name "[email protected]"
git config --global user.email "GitHub Action"
git remote set-url origin https://${GITHUB_TOKEN}@github.com/${REPO}
git remote set-url origin https://${GITHUB_TOKEN}@github.com/${REPO}.git
yarn deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 53011bc

Please sign in to comment.