Skip to content

Commit e9cc603

Browse files
committed
title tweak
1 parent 6887c3c commit e9cc603

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ runs:
9999
MAX_VERSIONS: ${{ inputs.max_versions }}
100100
ORGANIZATION: ${{ inputs.organization }}
101101
REPOSITORY: ${{ inputs.repository }}
102+
REPOSITORY_SHORT: ${{ github.event.repository.name }}
102103
INCLUDE_PRERELEASE: ${{ inputs.include_prereleases }}
103104
BUILDER_WORKFLOW_PATH: ${{ inputs.action_path }}
104105
EXCLUDE_VERSIONS: ${{ inputs.exclude_versions }}

readme_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def get_key_value(obj, key):
7575
"python_versions": os.environ["PYTHON_VERSIONS"].split(),
7676
"organization": os.environ["ORGANIZATION"],
7777
"repository": os.environ["REPOSITORY"],
78+
"repository_short": os.environ["REPOSITORY_SHORT"],
7879
"platforms": platform.split(','),
7980
"variants": variants
8081
}

templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ project_name }}
1+
# {{ repository_short }}
22
{% set short_repository = repository.split("/")[1] -%}
33

44
{{ description }}

0 commit comments

Comments
 (0)