Ready to clone and code.

This commit is contained in:
simon
2024-11-11 14:12:40 +00:00
committed by github-actions[bot]
parent e0913490c3
commit a01f457da3
18 changed files with 52 additions and 53 deletions

View File

@@ -16,10 +16,10 @@ echo "Description: $description";
echo "Renaming project..."
original_author="author_name"
original_name="project_name"
original_urlname="project_urlname"
original_description="project_description"
original_author="Projects"
original_name="python_test_project"
original_urlname="python_test_project"
original_description="Awesome python_test_project created by Projects"
# for filename in $(find . -name "*.*")
for filename in $(git ls-files)
do
@@ -30,7 +30,7 @@ do
echo "Renamed $filename"
done
mv project_name $name
mv python_test_project $name
# This command runs only once on GHA!
rm -rf .gitea/template.yml

View File

@@ -1 +0,0 @@
author: rochacbruno

View File

@@ -23,4 +23,4 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
with:
args: >
-Dsonar.projectKey=project_name
-Dsonar.projectKey=python_test_project