Skip to content

Commit cb5ced5

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

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
@@ -21,7 +21,7 @@ jobs:
2121
STALE=()
2222
2323
while IFS= read -r BRANCH; do
24-
COMMITTED_AT=$(gh api "repos/SAP/ai-sdk-js/branches/$BRANCH" \
24+
COMMITTED_AT=$(gh api "repos/SAP/ai-sdk-java/branches/$BRANCH" \
2525
--jq '.commit.commit.committer.date' 2>/dev/null)
2626
2727
if [ -z "$COMMITTED_AT" ]; then

0 commit comments

Comments
 (0)