Skip to content

Commit

Permalink
changed default name and email for cookiecut project
Browse files Browse the repository at this point in the history
  • Loading branch information
avr2002 committed Jun 6, 2024
1 parent 1edc5f3 commit 26a018c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-or-update-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-'<Your Name>'}"
author_email: "${AUTHOR_EMAIL:-'<Your Email>'}"
EOF
# Run cookiecutter with the configuration file
cookiecutter ./ \
Expand Down

0 comments on commit 26a018c

Please sign in to comment.