Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Ensure file exists
run: touch activity-log.txt

- name: Make 100 guaranteed commits
- name: Make 500 guaranteed commits
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
for i in $(seq 1 100); do
for i in $(seq 1 500); do
# Har commit noyob bo‘lishi uchun nanosekund qo‘shamiz
echo "$(date +%s%N) commit $i" >> activity-log.txt
git add activity-log.txt
Expand Down