Skip to content

Commit

Permalink
fix: host specification in deploing interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jul 26, 2024
1 parent f8fd869 commit c5aa3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interface-ci-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
git fetch
git checkout -b review-interface origin/review-interface
git reset --hard ${{ needs.ui-test.outputs.refspec }}
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}
git remote set-url origin ${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}
git push origin review-interface -f

0 comments on commit c5aa3f9

Please sign in to comment.