Skip to content

Github_pullrequest example uses non-existing variable GITHUB_AUTHOR #3625

Description

@kastl-ars

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions