From 41c085b7c184ba1edae8c430283df15f54391c87 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 28 Jul 2024 20:55:23 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b95d3..a866a3e 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +- [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. \ No newline at end of file