collect output statistics #44

Merged
sgode merged 3 commits from access_analytics into main 2025-08-13 12:04:23 +00:00
6 changed files with 49 additions and 2 deletions
Showing only changes of commit 13e8b5be2f - Show all commits

View File

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