octokit
Calls a method in the Octokit library. https://octokit.github.io/rest.js/
Use the repos.update
method to change the repository's description:
type: octokit
method: repos.update
description: Description of the repository
Title | Property | Description | Default | Required |
---|---|---|---|---|
Method | method |
The method on the Octokit SDK to use. This should be a string like issues.create . |
✔ |