From c5aa3f900f6299dc7b0e5ca9cda61a628d5261df Mon Sep 17 00:00:00 2001 From: Gerald Iakobinyi-Pich Date: Fri, 26 Jul 2024 09:05:50 +0300 Subject: [PATCH] fix: host specification in deploing interface --- .github/workflows/interface-ci-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interface-ci-review.yml b/.github/workflows/interface-ci-review.yml index 2293f4b..bae83a6 100644 --- a/.github/workflows/interface-ci-review.yml +++ b/.github/workflows/interface-ci-review.yml @@ -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