mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
formatting
This commit is contained in:
parent
f83f70205e
commit
124130a7ae
1 changed files with 3 additions and 1 deletions
4
.github/update_release_pr.py
vendored
4
.github/update_release_pr.py
vendored
|
|
@ -1,3 +1,5 @@
|
|||
from os import getenv
|
||||
|
||||
import requests
|
||||
|
||||
|
||||
|
|
@ -169,7 +171,7 @@ def update_pull_request_description(token: str, owner: str, repo: str, pr_number
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
github_token = os.environ.get("PR_GET_TOKEN")
|
||||
github_token = getenv("GITHUB_TOKEN")
|
||||
|
||||
if not github_token:
|
||||
print("Error: GITHUB_TOKEN environment variable not set.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue