Skip to content

Commit

Permalink
📝 Add github issue link to README
Browse files Browse the repository at this point in the history
Also modified the amount of line to replace inside the cleanup action.
  • Loading branch information
Anatole-DC committed Feb 14, 2024
1 parent 42f0a73 commit 01f6a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
___

Expand Down

0 comments on commit 01f6a5b

Please sign in to comment.