library
turbot/github
Get Involved
Version
Pipeline: Remove organization member
Removes a member from an organization.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run github.pipeline.remove_organization_member \ --arg 'organization=<string>' \ --arg 'username=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = github.pipeline.remove_organization_member args = { organization = <string> username = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.github | Yes | Name of Github connection to use. If not provided, the default Github connection will be used. | connection.github.default |
organization | string | Yes | The organization name. The name is not case sensitive. | - |
username | string | Yes | The handle for the GitHub user account. | - |
Outputs
This pipeline has no outputs.