chore(docs): update Weekly Chores pipeline reference

Switched the Weekly Chores pipeline path in the README from `scripts/chores.py` to `.forgejo/workflows/chores.yml`.

This change ensures the documentation accurately reflects the current location of the pipeline configuration. No functionality changes are involved.
This commit is contained in:
Kumi 2024-07-28 20:55:23 +02:00
parent c055c027f9
commit 41c085b7c1
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -4,4 +4,4 @@ This is a collection of pipelines for [Private.coffee](https://private.coffee) t
## Pipelines
- [Weekly Chores](scripts/chores.py) - A pipeline that creates an issue in the `chores` repository every week with a checklist of tasks that need to be done, specifically checking for server updates, new versions of projects, and if everything is working.
- [Weekly Chores](.forgejo/workflows/chores.yml) - A pipeline that creates an issue in the `chores` repository every week with a checklist of tasks that need to be done, specifically checking for server updates, new versions of projects, and if everything is working.