Skip to content

Commit

Permalink
docs(connectors): Add Github Create workflow dispatch event section (#…
Browse files Browse the repository at this point in the history
…3206)

* docs: Add Create workflow dispatch event doc

* docs: fix whitespace

* fix: reflect clarifications from QA process

* docs: add GitHub Actions to v8.4
  • Loading branch information
ev-codes authored Jan 24, 2024
1 parent 39ac7d1 commit 7f243a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/components/connectors/out-of-the-box-connectors/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,17 @@ The **GitHub Connector** currently supports the following operations.
- **Owner:** The account owner of the repository. The name is not case-sensitive.
- **Repo:** The name of the repository. The name is not case-sensitive.

### Actions

#### Create workflow dispatch event

- **GitHub API:** [Create workflow dispatch event](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event)
- **Owner:** The account owner of the repository. The name is not case-sensitive.
- **Repo:** The name of the repository. The name is not case-sensitive
- **Workflow ID:** The ID of the workflow. You can also pass the workflow file name as a string.
- **Git reference:** The branch or tag name for the workflow.
- **Workflow inputs:** An object containing up to 10 key-value pairs. Inputs are configured in the workflow file.

## Handle Connector response

The **GitHub Connector** is a protocol Connector, meaning it is built on top of the **HTTP REST Connector**, therefore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,17 @@ The **GitHub Connector** currently supports the following operations.
- **Owner:** The account owner of the repository. The name is not case-sensitive.
- **Repo:** The name of the repository. The name is not case-sensitive.

### Actions

#### Create workflow dispatch event

- **GitHub API:** [Create workflow dispatch event](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event)
- **Owner:** The account owner of the repository. The name is not case-sensitive.
- **Repo:** The name of the repository. The name is not case-sensitive
- **Workflow ID:** The ID of the workflow. You can also pass the workflow file name as a string.
- **Git reference:** The branch or tag name for the workflow.
- **Workflow inputs:** An object containing up to 10 key-value pairs. Inputs are configured in the workflow file.

## Handle Connector response

The **GitHub Connector** is a protocol Connector, meaning it is built on top of the **HTTP REST Connector**, therefore
Expand Down

0 comments on commit 7f243a3

Please sign in to comment.