fix: syntax on actions workflow

This commit is contained in:
gitea-analytics-bot
2026-01-21 21:27:56 -05:00
parent ef9478d290
commit f6adfc3fad

View File

@@ -19,7 +19,7 @@ jobs:
git fetch origin
git rebase origin/${{ github.ref_name }}
- name: Fetch Commit Velocity
- name: Fetch Commit Velocity
run: |
SINCE_DATE="2026-01-01T00:00:00Z"
URL="http://gitea-http:3000/api/v1/repos/${{ github.repository }}/commits?since=${SINCE_DATE}&limit=1"