Dear maintainers,
the example for the Github pullrequest action uses a variable GITHUB_AUTHOR that does not exist, according to Github's documentation.
repository: "website"
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
username: '{{ requiredEnv "GITHUB_AUTHOR" }}'
branch: "main"
|
username: '{{ requiredEnv "GITHUB_AUTHOR" }}' |
I am not sure if this username setting is required at all, it seems to only be needed for private repositories according to the updatecli docs. So maybe it would be better to remove the complete line to make the example easier to understand for new users.
Kind Regards,
Johannes
Dear maintainers,
the example for the Github pullrequest action uses a variable
GITHUB_AUTHORthat does not exist, according to Github's documentation.website/assets/code_example/docs/plugins/actions/github_pullrequest/updatecli.yaml
Line 12 in 5eea1a9
I am not sure if this
usernamesetting is required at all, it seems to only be needed for private repositories according to the updatecli docs. So maybe it would be better to remove the complete line to make the example easier to understand for new users.Kind Regards,
Johannes