fix: syntax on actions workflow
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user