From 8174597c55f8fd82d77e1a34c7972935a63cb40b Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 20 Aug 2025 14:32:31 +0200 Subject: [PATCH] More visible message --- .github/workflows/rewrite-readme.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rewrite-readme.yaml b/.github/workflows/rewrite-readme.yaml index fd1d375..1ed714a 100644 --- a/.github/workflows/rewrite-readme.yaml +++ b/.github/workflows/rewrite-readme.yaml @@ -19,8 +19,15 @@ jobs: - name: Write header run: | cp README.md __OLD.md - echo "> This repository is a mirror of [repo.katenary.io](https://repo.katenary.io/katenary/katenary)" > README.md - echo >> README.md + + cat 1> README.md <<-EOF + > **⚠️ Project has moved !⚠️** + > + > **Project moved to https://repo.katenary.io/katenary/katenary** + > + > Please, update your bookmaks. Discussion about the move is here : https://github.com/orgs/Katenary/discussions/162 + EOF + cat __OLD.md >> README.md - name: Commit uses: EndBug/add-and-commit@v9