gitea/services/actions
Jason Song f989f46438
Move `registerActionsCleanup` to `initActionsTasks` ()
There's already `initActionsTasks`; it will avoid additional check for
if Actions enabled to move `registerActionsCleanup` into it.

And we don't really need `OlderThanConfig`.
..
auth.go Add ac claim for old docker/build-push-action@v3 / current buildx gha cache ()
auth_test.go Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` ()
cleanup.go Move `registerActionsCleanup` to `initActionsTasks` ()
clear_tasks.go Use db.Find instead of writing methods for every object ()
commit_status.go Support `pull_request_target` event for commit status ()
init.go Move notification interface to services layer ()
interface.go feat(api): enhance Actions Secrets Management API for repository ()
job_emitter.go Improve the handling of `jobs.<job_id>.if` ()
job_emitter_test.go Improve the handling of `jobs.<job_id>.if` ()
notifier.go Fix missed doer ()
notifier_helper.go Enable more `revive` linter rules ()
rerun.go Fix bugs in rerunning jobs ()
rerun_test.go Fix bugs in rerunning jobs ()
schedule_tasks.go Interpolate runs-on with variables when scheduling tasks ()
variables.go Add API for `Variables` ()