Skip to content

Commit 4bd5d1b

Browse files
authored
Merge pull request #1 from gitgitgadget/readme-fixes
A couple of fixes for the README
2 parents 06c85f8 + c11ce58 commit 4bd5d1b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"cSpell.words": [
1111
"dscho",
1212
"gitgitgadget"
13+
],
14+
"cSpell.ignoreRegExpList": [
15+
"AZURE_FUNCTIONAPP_PUBLISH_PROFILE"
1316
]
1417
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ As a last step, the repository was pushed, triggering the deployment to the Azur
7373

7474
### The GitHub App
7575

76-
Finally, the existing GitHub App's webhook URL was redirected to the new one. If there had not been an existing GitHub App, [a new GitHub App would have been registered](https://github.com/settings/apps/new) with the repository URL on GitHub as homepage URL.
76+
Finally, the existing GitHub App's webhook URL was redirected to the new one. If there had not been an existing GitHub App, [a new GitHub App would have been registered](https://github.com/settings/apps/new) with https://github.com/gitgitgadget as homepage URL.
7777

7878
As Webhook URL, the URL of the Azure Function was used, which can be copied in the "Functions" tab of the Azure Function. It looks similar to this: https://my-github-app.azurewebsites.net/api/MyGitHubApp
7979

0 commit comments

Comments
 (0)