.github: http://github.com -> https://

Avoids the following redirection and warning:

 warning: redirecting to https://github.com/thesofproject/sof/

Fixes: f59bb62e31 (".github: add shallow checkpatch to Github
Actions")

Also try to fix the display of one step name in the web UI.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-03-08 17:59:19 +00:00 committed by Liam Girdwood
parent 1371d479ab
commit 3bb33ded0a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ main()
# faster so keep a single and simple fetch for now.
set -x # this command may take a while so show it
git fetch --depth "$((PRlen+1))" "http://github.com/$gh_project" "pull/$pr_number/head"
git fetch --depth "$((PRlen+1))" "https://github.com/$gh_project" "pull/$pr_number/head"
}