fix uri
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 15s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
Updates Opensearch filters / update-opensearch-filters (pull_request) Successful in 10s

This commit is contained in:
2025-08-13 12:02:46 +00:00
parent 40c62b4609
commit 13e8b5be2f

View File

@ -53,7 +53,7 @@ jobs:
git config --global user.name "gitea-actions[bot]" git config --global user.name "gitea-actions[bot]"
git config --global user.email "actions@users.noreply.local" git config --global user.email "actions@users.noreply.local"
git checkout -B analytics-update git checkout -B analytics-update
git add analytics/ git add otc_metadata/analytics/
if git diff --cached --quiet; then if git diff --cached --quiet; then
echo "No changes to commit" echo "No changes to commit"
else else