Skip to content

Commit 09da445

Browse files
committed
set FORK_NAME to REPOSITORY_NAME by default
1 parent 9d4fc35 commit 09da445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/praktika/_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def from_env(cls) -> "_Environment":
5656
RUN_URL = f"https://github.com/{REPOSITORY}/actions/runs/{RUN_ID}"
5757
BASE_BRANCH = os.getenv("GITHUB_BASE_REF", "")
5858
USER_LOGIN = ""
59-
FORK_NAME = ""
59+
FORK_NAME = REPOSITORY
6060
PR_BODY = ""
6161
PR_TITLE = ""
6262
PR_LABELS = []

0 commit comments

Comments
 (0)