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:
parent
c055c027f9
commit
41c085b7c1
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ This is a collection of pipelines for [Private.coffee](https://private.coffee) t
|
||||||
|
|
||||||
## Pipelines
|
## 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.
|
Loading…
Reference in a new issue