diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 50e2568..587400b 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -28,7 +28,7 @@ jobs: run: | CAPITALIZED_NAME=$(echo "${{ github.event.repository.name }}" | sed -E 's/([a-z0-9])([A-Z])/\1 \2/g; s/[-_]/ /g' | tr '[:lower:]' '[:upper:]') ./script/rename.sh -f README.md --find "PYTHON TEMPLATE" --replace-with "${CAPITALIZED_NAME}" - ./script/rename.sh -f README.md --from 12 --to 15 --replace-with "\\" + ./script/rename.sh -f README.md --from 12 --to 24 --replace-with "\\" ./script/rename.sh -f README.md --find "Anatole-DC/template_python" --replace-with "${GITHUB_REPOSITORY}" ./script/rename.sh -f README.md --find "template_python" --replace-with ${{ github.event.repository.name }} ./script/rename.sh -f README.md --find "Anatole de Chauveron" --replace-with "${GITHUB_REPOSITORY_OWNER}" diff --git a/README.md b/README.md index 7ac1b6a..babec9e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ When the repository will be created, a [cleanup action](.github/workflows/cleanu - All github urls will be updated to match the new repository urls > The cleanup action will be triggered once and then all related files will be deleted (including the action). -> If an error occures during the process, please [report an issue]() for the problem to be fixed as soon as possible. +> If an error occures during the process, please [report an issue](https://github.com/Anatole-DC/template_python/issues) for the problem to be fixed as soon as possible. ___