korosuke613/Zenn Metadata Updater
Update Zenn article metadata and create a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GITHUB_TOKEN. | no | ${{ github.token }} |
| commit-sha | Git commit SHA | no | — |
| dry-run | A boolean, if true, no push or pull request will be created. (default: false) | no | false |
| title | A title of Zenn article. | no | — |
| emoji | An emoji of Zenn article. | no | — |
| type | A type of Zenn article. | no | — |
| topics | A list of topic of Zenn article. | no | — |
| published | A boolean of published of Zenn article. (default: true) | no | true |
| published-at | A date of published of Zenn article. Don't use auto-generate-published-at option if this option is set. (default: undefined) | no | — |
| auto-generate-published-at | next_business_day_<HH> (ex: next_business_hour_09), next_day_<HH> or undefined. Don't use published-at option if this option is set. Also, if `published_at` is already set in the markdown, nothing is done. (default: undefined) | no | — |
| force-push | A boolean, if true, override the push to the existing branch. (default: true) | no | true |
| validate | A boolean, if true, validation of metadata is performed. (default: false) | no | false |
| validate-only | A boolean, if true, only validation of metadata is performed. (default: false) | no | false |
Outputs
no outputs