sue445/sashimi_tanpopo_action
Action for running sashimi_tanpopo with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ruby-version | Runtime ruby version. This passed to ruby-version of ruby/setup-ruby. c.f. https://github.com/ruby/setup-ruby Default: ruby (latest stable version) | yes | ruby |
| sashimi-tanpopo-version | sashimi_tanpopo version. (e.g. 0.1.0, 0.1.1) c.f. https://github.com/sue445/sashimi_tanpopo/releases Default: latest version | no | "" |
| command | sashimi_tanpopo command. (e.g. local, github, gitlab) c.f. https://github.com/sue445/sashimi_tanpopo#usage | yes | github |
| recipe-files | recipe files. e.g. "recipe1.rb recipe2.rb" | no | "" |
| target-dir | Target directory. Default: $GITHUB_WORKSPACE | no | "" |
| params | Params passed to recipe file. e.g. "key1:value1 key2:value2" | no | "" |
| dry-run | Whether to run dry run. Either true or false. | no | true |
| color | Whether to colorize output. Either true or false. | no | true |
| git-user-name | user name for git commit. | no | github-actions[bot] |
| git-email | email for git commit. | no | github-actions[bot]@users.noreply.github.com |
| message | commit message | no | "" |
| github-repository | GitHub repository for Pull Request. e.g. user/repo Default: $GITHUB_REPOSITORY | no | "" |
| github-api-url | GitHub API endpoint. Default: $GITHUB_API_URL | no | "" |
| github-step-summary | Path to GitHub step summary file. Default: $GITHUB_STEP_SUMMARY | no | "" |
| only-changes-summary | Whether to write only file changes to step summary file | no | false |
| pr-title | Pull Request title | no | "" |
| pr-body | Pull Request body | no | "" |
| pr-source-branch | Pull Request source branch (a.k.a. head branch) | no | "" |
| pr-target-branch | Pull Request target branch (a.k.a. base branch) Default: default branch of github-repository | no | "" |
| pr-assignees | Pull Request assignees. e.g. "one two three" | no | "" |
| pr-reviewers | Pull Request reviewers. e.g. "one two three" | no | "" |
| pr-labels | Pull Request labels. e.g. "one two three" | no | "" |
| pr-draft | Whether to create draft Pull Request. Either true or false. | no | false |
| pr-auto-merge | Whether to auto-merge to Pull Request. Either true or false. | no | false |
| arguments | sashimi_tanpopo arguments. If you want to pass an argument you created yourself, use this. c.f. https://github.com/sue445/sashimi_tanpopo#usage | no | "" |
| github-token | GitHub token | no | ${{ github.token }} |
Outputs
no outputs