From 26a018c5b4890e3cfaf83b34739bc19fbe49cd02 Mon Sep 17 00:00:00 2001 From: Amit Vikram Raj Date: Thu, 6 Jun 2024 10:34:49 +0530 Subject: [PATCH] changed default name and email for cookiecut project --- .github/workflows/create-or-update-repo.yaml | 2 +- run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-or-update-repo.yaml b/.github/workflows/create-or-update-repo.yaml index 5748d94..2e01d0f 100644 --- a/.github/workflows/create-or-update-repo.yaml +++ b/.github/workflows/create-or-update-repo.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: repo_name: - description: 'Name of the Repo to Create.' + description: 'Name of the Repo to Create/Update.' required: true type: string is_public_repo: diff --git a/run.sh b/run.sh index 0edde77..b3c75d4 100755 --- a/run.sh +++ b/run.sh @@ -119,8 +119,8 @@ function open-pull-request-with-generated-project { default_context: repo_name: "$REPO_NAME" package_import_name: "$PACKAGE_IMPORT_NAME" - author_name: "${AUTHOR_NAME:-'Amit Vikram Raj'}" - author_email: "${AUTHOR_EMAIL:-'avr13405+cookiecut-mail@gmail.com'}" + author_name: "${AUTHOR_NAME:-''}" + author_email: "${AUTHOR_EMAIL:-''}" EOF # Run cookiecutter with the configuration file cookiecutter ./ \