We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d968f commit e513bb8Copy full SHA for e513bb8
.github/workflows/template-janitor.yml
@@ -39,7 +39,9 @@ jobs:
39
run: |
40
# rename the CMake project to match the github project
41
sed -i "s/myproject/${{ github.event.repository.name }}/gi" CMakeLists.txt configured_files/config.hpp.in
42
- sed -i "s/%%myurl%%/${{ github.event.repositoryUrl }}/gi" CMakeLists.txt configured_files/config.hpp.in
+
43
+ # Update URL placeholders for project
44
+ sed -i "s/%%myurl%%/${{ github.event.repositoryUrl }}/gi" CMakeLists.txt
45
46
# fill in placeholders of readme and move it into place
47
sed -i "s/%%myorg%%/${{ env.NEW_ORG }}/g" ${{ env.TEMPLATES_PATH }}/README.md
0 commit comments