piyoppi/actions-chiritori
chiritori for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filepattern | Target file pattern | yes | — |
| encoding | Character encoding of target files (If not set, UTF-8 is expected) | — | "" |
| delimiter-start | delimiter (start) | — | <!-- < |
| delimiter-end | delimiter (end) | — | > --> |
| time-limited-tag-name | Tag name for time-limited content | — | time-limited |
| time-limited-cleanup-unbounded | Cleanup unbounded time-limited tag | — | "" |
| removal-marker-tag-name | Tag name for removal-marker | — | removal-marker |
| removal-marker-target-config | Config file specifying the name of the removal-marker to be removed. The content of the config file is indicated by the name of the removal target, separated by a newline | — | "" |
| run-mode | Run mode ("remove" or "list" or "list-all") | — | remove |
| target-file-mode | Target file mode ("all" or "diff") | — | all |
| report-mode | Report mode ("none" or "annotation") | — | none |
| base-sha | Diff base sha (available when `target-file-mode` is "diff") | — | ${{ github.base_ref }} |
| head-sha | Diff HEAD sha (available when `target-file-mode` is "diff") | — | ${{ github.sha }} |
Outputs
no outputs