Skip to content

Commit

Permalink
fix(ci): force reset origin with another fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jul 27, 2023
1 parent c7b740b commit 64fdadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: 'Setup git coordinates'
run: |
git remote rm origin
git remote add origin origin https://${{secrets.GH_USER}}:${{secrets.GH_TOKEN}}@github.com/uport-project/taksi.git
git remote add origin https://${{secrets.GH_USER}}:${{secrets.GH_TOKEN}}@github.com/uport-project/taksi.git
git remote -v
git fetch
git config user.name $GH_USER
Expand Down

0 comments on commit 64fdadc

Please sign in to comment.