We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb77d8 commit 90e64e4Copy full SHA for 90e64e4
.github/workflows/debug.yml
@@ -85,8 +85,8 @@ jobs:
85
echo "Testing basic API endpoint..."
86
87
# 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
+ curl -H "Authorization: ${CKAN_API_KEY}" \
+ https://ecosystem.ckan.org/api/3/action/package_list
90
91
echo "Note: Add your CKAN instance URL above to test connectivity"
92
0 commit comments