Skip to content

Commit e45c9ca

Browse files
simplified url query string
1 parent 761d3c5 commit e45c9ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to Azure App Service
1+
name: Deploy Dashboard to Azure App Service
22

33
on:
44
push:

Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ TGIT_API_URL Override API endpoint URL
550550
TGIT_DEBUG=1 Enable debug output
551551
552552
DASHBOARD:
553-
View your activity at:
554-
https://tgit.app/?tenant={config.Tenant}
553+
View your activity at https://tgit.app
554+
Enter your tenant ID: {config.Tenant}
555555
556556
TRACKED COMMANDS:
557557
status, add, commit, checkout, switch, restore, reset,

0 commit comments

Comments
 (0)