mirror of https://github.com/thesofproject/sof.git
.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:
parent
1371d479ab
commit
3bb33ded0a
|
@ -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"
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue