Skip to content

Commit 6237b14

Browse files
committed
Another attempt
1 parent eebcaa1 commit 6237b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_installation_access_token(app_id: int, private_key: str,
2323
return auth.token
2424

2525

26-
def main(branch: Annotated[str, typer.Option(envvar="GITHUB_REF")],
26+
def main(branch: Annotated[str, typer.Option(envvar="GITHUB_REF_NAME")],
2727
app_id: Annotated[int, typer.Option(envvar="APP_ID")],
2828
installation_id: Annotated[int, typer.Option(envvar="INSTALLATION_ID")],
2929
server_docs_private_key: Annotated[str, typer.Option(envvar="SERVER_DOCS_PRIVATE_KEY")]):

0 commit comments

Comments
 (0)