Correct capitalisation: Github -> GitHub (#14561)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-03-10 16:53:33 +01:00
committed by GitHub
parent 001a9c7b0d
commit 39be30351f
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// Uses Github's API to create the release and wait for result.
// Uses GitHub's API to create the release and wait for result.
// We use a JS script since github CLI doesn't provide a way to wait for the release's creation and returns immediately.
module.exports = async (github, context, core) => {