mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
fix: shellcheck
This commit is contained in:
parent
c4f48873a4
commit
80ce402b36
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ CallStatusAPI() {
|
|||
|
||||
debug "URL: ${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_SHA}"
|
||||
|
||||
GITHUB_DOMAIN=$(echo $GITHUB_DOMAIN | sed 's~http[s]*://~~g')
|
||||
GITHUB_DOMAIN=$(echo "$GITHUB_DOMAIN" | cut -d '/' -f 3)
|
||||
|
||||
##############################################
|
||||
# Call the status API to create status check #
|
||||
|
|
Loading…
Reference in a new issue