File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function github_get_libs_idf(){ # github_get_libs_idf <repo-path> <branch-name>
108
108
local libs_version=" "
109
109
110
110
while [ " $libs_version " == " " ]; do
111
- version_found=` curl -s -k -H " Authorization: token $GITHUB_TOKEN " -H " Accept: application/vnd.github.v3.raw+json" " https://api.github.com/repos/$repo_path /commits?sha=$branch_name &per_page=100&page=$page " | jq -r ' .[].commit.message' | grep -m 1 " $message_prefix " | cut -d' ' -f3`
111
+ version_found=` curl -s -k -H " Authorization: token $GITHUB_TOKEN " -H " Accept: application/vnd.github.v3.raw+json" " https://api.github.com/repos/$repo_path /commits?sha=$branch_name &per_page=100&page=$page " | jq -r ' .[].commit.message' | grep " $message_prefix " | cut -d' ' -f3`
112
112
if [ ! " $version_found " == " " ] && [ ! " $version_found " == " null" ]; then
113
113
libs_version=$version_found
114
114
else
You can’t perform that action at this time.
0 commit comments