Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Statham <[email protected]>
  • Loading branch information
github-actions[bot] and ChrisStatham committed Jul 17, 2024
1 parent b4ed9a9 commit d2ae4f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ token:
topic:
- example

# Attempt to commit and push through the Github API, rather than pushing through the git client.
use-gh-api: false

# The name of a user. All repositories owned by that user will be used.
user:
- example
Expand Down Expand Up @@ -699,6 +702,7 @@ Flags:
--team-reviewers strings Github team names of the reviewers, in format: 'org/team'
-T, --token string The personal access token for the targeting platform. Can also be set using the GITHUB_TOKEN/GITLAB_TOKEN/GITEA_TOKEN/BITBUCKET_SERVER_TOKEN environment variable.
--topic strings The topic of a GitHub/GitLab/Gitea repository. All repositories having at least one matching topic are targeted.
--use-gh-api Attempt to commit and push through the Github API, rather than pushing through the git client.
-U, --user strings The name of a user. All repositories owned by that user will be used.
-u, --username string The Bitbucket server username.
```
Expand Down

0 comments on commit d2ae4f8

Please sign in to comment.