Skip to content

Commit 90e64e4

Browse files
authored
Change CKAN API endpoint in debug workflow
Updated API endpoint URL for package_list test.
1 parent 1cb77d8 commit 90e64e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
echo "Testing basic API endpoint..."
8686
8787
# Example: Testing package_list endpoint (adjust URL as needed)
88-
# curl -H "Authorization: ${CKAN_API_KEY}" \
89-
# https://your-ckan-instance.com/api/3/action/package_list
88+
curl -H "Authorization: ${CKAN_API_KEY}" \
89+
https://ecosystem.ckan.org/api/3/action/package_list
9090
9191
echo "Note: Add your CKAN instance URL above to test connectivity"
9292

0 commit comments

Comments
 (0)