[WEB-588] chore: remove the word title from the issue title tooltip. (#3874)

* [WEB-588] chore: remove the word `title` from the issue title tooltip.

* fix: github url fixes in feature deploy action

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
Prateek Shourya
2024-03-06 14:02:14 +05:30
committed by GitHub
parent 50318190f5
commit 4d0f641ee0
8 changed files with 11 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ jobs:
--kube-insecure-skip-tls-verify \
--generate-name \
--namespace $APP_NAMESPACE \
--set shared_config.git_repo=${{ github.repositoryUrl }} \
--set shared_config.git_repo=${{github.server_url}}/${{ github.repository }}.git \
--set shared_config.git_branch="$GIT_BRANCH" \
--set web.enabled=${{ env.BUILD_WEB }} \
--set space.enabled=${{ env.BUILD_SPACE }} \