Skip to main content Link Search Menu Expand Document (external link)

github_invite_user

Description

Type: Action

Invites user to collaborate on Github repo.

Params

  • githubUserName: The user’s Github username.

Result

No additional info is added to the global payload outputs.

Usage Example

do:
- actionId: github_invite_user
  params:
    githubUserName: "${outputs.user_authentication.value.nickname}"

The github_invite_user action is used to invite user to collaborate on the Github repo created for them. githubUserName param in this example is set from the result of previous condition named user_authentication. See below for the full YAML example.

Relevant Triggers

All triggers