notamitgamer

It's my profile man, there is ...
Log | Files | Refs | README

commit 7d471c7d5babd6418aced35e16db07ed3fa7e219
parent 40733c66c675fb02034582039f66bae0c036ba50
Author: Amit Dutta <mail@amit.is-a.dev>
Date:   Sun, 28 Jun 2026 07:24:16 +0530

Change cron schedule to run every hour
Diffstat:
M.github/workflows/job.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/job.yml b/.github/workflows/job.yml @@ -2,7 +2,7 @@ name: Auto-Update Maintainer Activity on: schedule: - - cron: '0 0 * * *' # every day at midnight UTC + - cron: '0 */1 * * *' # every day at midnight UTC workflow_dispatch: jobs:
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror