fix: typo
This commit is contained in:
parent
7d61f93ac1
commit
4c252007b6
1 changed files with 1 additions and 1 deletions
2
check.py
2
check.py
|
|
@ -22,7 +22,7 @@ def does_pypi_version_exist(base_url: str, package: str, version: str) -> bool:
|
||||||
def main():
|
def main():
|
||||||
repository = os.environ["REPOSITORY"]
|
repository = os.environ["REPOSITORY"]
|
||||||
package = os.environ["PACKAGE"]
|
package = os.environ["PACKAGE"]
|
||||||
base_url = os.environ["FORGEJO_URL"]
|
base_url = os.environ["BASE_URL"]
|
||||||
|
|
||||||
version = get_github_version(repository)
|
version = get_github_version(repository)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue