binkylabs/Promote Public API Exports
Move entries from *.Unshipped*.txt files into sibling *.Shipped*.txt files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository-root | Repository root to scan. Relative paths are resolved from the workflow workspace. | no | . |
| unshipped-glob | Optional glob used to locate unshipped export files. Defaults to scanning the full repository for **/*.Unshipped*.txt. | no | "" |
Outputs
| name | description |
|---|---|
| changed | true when any shipped or unshipped file was modified. |
| files-changed | Number of files modified. |
| entries-promoted | Number of lines appended to shipped exports. |
| entries-removed | Number of lines removed from shipped exports. |
| changed-files | Newline-delimited relative file paths that changed. |