More visible message
This commit is contained in:
11
.github/workflows/rewrite-readme.yaml
vendored
11
.github/workflows/rewrite-readme.yaml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user