feat: update codex url key (#2812)

This previously through unknown key for htmlUrl and indicated "url" is a
valid field.
This commit is contained in:
Wyatt Alt
2025-11-24 13:13:18 -08:00
committed by GitHub
parent a250d8e7df
commit 17b71de22e
2 changed files with 2 additions and 2 deletions

View File

@@ -124,4 +124,4 @@ jobs:
run: |
set -euo pipefail
echo "Latest sophon workflow run:"
gh run list --repo lancedb/sophon --workflow codex-bump-lancedb-lance.yml --limit 1 --json databaseId,htmlUrl,displayTitle
gh run list --repo lancedb/sophon --workflow codex-bump-lancedb-lance.yml --limit 1 --json databaseId,url,displayTitle

View File

@@ -59,4 +59,4 @@ jobs:
GH_TOKEN: ${{ secrets.ROBOT_TOKEN }}
run: |
set -euo pipefail
gh run list --workflow codex-update-lance-dependency.yml --limit 1 --json databaseId,htmlUrl,displayTitle
gh run list --workflow codex-update-lance-dependency.yml --limit 1 --json databaseId,url,displayTitle