Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit f3937e6

Browse files
committed
Make sure tests have project names updated also by janitor
1 parent f1dd7e0 commit f3937e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template-janitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Insert new org and project
7878
run: |
7979
# rename the CMake project to match the github project
80-
sed -i "s/myproject/${{ env.NEW_SAFE_PROJECT }}/gi" CMakeLists.txt configured_files/config.hpp.in src/main.cpp
80+
sed -i "s/myproject/${{ env.NEW_SAFE_PROJECT }}/gi" CMakeLists.txt configured_files/config.hpp.in src/main.cpp test/CMakeLists.txt fuzz_test/CMakeLists.txt
8181
8282
# Update URL placeholders for project
8383
sed -i "s|%%myurl%%|${{ fromJson(steps.get_repo_meta.outputs.data).html_url }}|gi" CMakeLists.txt

0 commit comments

Comments
 (0)