Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenquanheycar committed Mar 21, 2024
1 parent fb299b7 commit 4ab4dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/gh-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ function comment_on_pull_request() {
else
printf "%s \n %s" "$(get_formatted_comment_id "${_comment_id}")" "${_comment_body}" | gh pr comment "${_pr_number}" -R "${_repo_org}/${_repo_name}" -F -
fi
}
}
2 changes: 1 addition & 1 deletion scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ comment_on_pull_request "${REPO_ORG}" \
"${_scan_results_comment}" \
"true" \
"scan-results:${_scan_repo_name}"


0 comments on commit 4ab4dd2

Please sign in to comment.