We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4fc35 commit 09da445Copy full SHA for 09da445
ci/praktika/_environment.py
@@ -56,7 +56,7 @@ def from_env(cls) -> "_Environment":
56
RUN_URL = f"https://github.com/{REPOSITORY}/actions/runs/{RUN_ID}"
57
BASE_BRANCH = os.getenv("GITHUB_BASE_REF", "")
58
USER_LOGIN = ""
59
- FORK_NAME = ""
+ FORK_NAME = REPOSITORY
60
PR_BODY = ""
61
PR_TITLE = ""
62
PR_LABELS = []
0 commit comments