mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fix author name
This commit is contained in:
parent
88b223fe40
commit
82b2b5e29d
|
@ -26,7 +26,7 @@ ROOT = CURRENT_FILE.parents[1]
|
|||
REQUIREMENTS_DIR = ROOT / "{{cookiecutter.project_slug}}" / "requirements"
|
||||
GITHUB_TOKEN = os.getenv("GITHUB_TOKEN", None)
|
||||
GITHUB_REPO = os.getenv("GITHUB_REPOSITORY", None)
|
||||
ISSUE_AUTHOR = os.getenv("GITHUB_ISSUE_AUTHOR", "actions-user")
|
||||
ISSUE_AUTHOR = os.getenv("GITHUB_ISSUE_AUTHOR", "actions-user[bot]")
|
||||
|
||||
|
||||
class Version(NamedTuple):
|
||||
|
|
Loading…
Reference in New Issue
Block a user