More visible message
All checks were successful
Go-Tests / tests (push) Successful in 2m0s
Go-Tests / sonar (push) Successful in 52s

This commit is contained in:
2025-08-20 14:32:31 +02:00
parent ea11563ee0
commit 8174597c55

View File

@@ -19,8 +19,15 @@ jobs:
- name: Write header - name: Write header
run: | run: |
cp README.md __OLD.md 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 cat __OLD.md >> README.md
- name: Commit - name: Commit
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v9