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.
2 parents b147f43 + e3c71dd commit ae64564Copy full SHA for ae64564
.github/workflows/template-janitor.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Insert new org and project
66
run: |
67
# rename the CMake project to match the github project
68
- sed -i "s/myproject/${{ github.event.repository.name }}/gi" CMakeLists.txt configured_files/config.hpp.in
+ sed -i "s/myproject/${{ github.event.repository.name }}/gi" CMakeLists.txt configured_files/config.hpp.in src/main.cpp
69
70
# Update URL placeholders for project
71
sed -i "s|%%myurl%%|${{ fromJson(steps.get_repo_meta.outputs.data).html_url }}|gi" CMakeLists.txt
0 commit comments