Skip to content

Commit efd29fd

Browse files
authored
Update CKAN API URL in debug workflow
1 parent 87b2f0c commit efd29fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
echo "=== TESTING CKAN API WITH USER-AGENT ==="
3333
34-
CKAN_URL="https://your-ckan-instance.com/api/3/action/status_show"
34+
CKAN_URL="https://ecosystem.ckan.org/api/3/action/status_show"
3535
3636
curl -X GET "$CKAN_URL" \
3737
-H "Authorization: $CKAN_API_KEY" \

0 commit comments

Comments
 (0)