Skip to content

Commit e5654bd

Browse files
authored
Apply suggestion from @marikaner
1 parent cb5ced5 commit e5654bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-spec-update-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
'{branch: $branch, service: $service, ref: $ref}')
4141
STALE+=("$ENTRY")
4242
fi
43-
done < <(gh api "repos/SAP/ai-sdk-js/branches" --paginate --jq '.[].name' | grep '^spec-update/')
43+
done < <(gh api "repos/SAP/ai-sdk-java/branches" --paginate --jq '.[].name' | grep '^spec-update/')
4444
4545
echo "Found ${#STALE[@]} stale branch(es)"
4646
echo "branches=$(printf '%s\n' "${STALE[@]}" | jq -sc .)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)