Skip to content

Commit 1513ed1

Browse files
committed
Merge branch '2.1.x'
2 parents 809a396 + de037f5 commit 1513ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/detect-jdk-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [[ $current = $latest ]]; then
3030
fi
3131

3232
existing_tasks=$( curl -s https://api.github.com/repos/${GITHUB_ORGANIZATION}/${GITHUB_REPO}/issues\?labels\=type:%20task\&state\=open\&creator\=spring-buildmaster )
33-
existing_jdk_issues=$( echo "$existing_tasks" | jq -c --arg TITLE $ISSUE_TITLE '.[] | select(.title==$TITLE)' )
33+
existing_jdk_issues=$( echo "$existing_tasks" | jq -c --arg TITLE "$ISSUE_TITLE" '.[] | select(.title==$TITLE)' )
3434

3535
if [[ ${existing_jdk_issues} = "" ]]; then
3636
curl \

0 commit comments

Comments
 (0)