1
Fork 0
mirror of https://github.com/RGBCube/GitHub2Forgejo synced 2025-07-27 13:17:44 +00:00

doc: specify case sensitivity

This commit is contained in:
RGBCube 2025-04-11 19:41:41 +03:00
parent 5fcc8e423b
commit 875305869a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 11 additions and 11 deletions

View file

@ -12,7 +12,7 @@ def or-default [default: closure] {
#
# Accepted environment variables:
#
# GITHUB_USER: The user to fetch the repositories from.
# GITHUB_USER: The user to fetch the repositories from. Case sensitive.
# GITHUB_TOKEN: An access token for fetching private repositories. Optional.
#
# FORGEJO_URL: The URL to the Forgejo instance. Must include the protocol (https://).