natescherer/Copier Action
A GitHub Action for Copier
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The base path to use when running the action (Relative paths are assumed to be based on the root of your repo) | no | ${{ github.workspace }} |
| subcommand | The subcommand to use (Only "check-update" is currently supported) | yes | — |
| answers-file | The path to the answers file | no | .copier-answers.yml |
| prereleases | If set to "true", will use prereleases to compare template VCS tags | no | false |
Outputs
| name | description |
|---|---|
| check-update_current_version | The current template version used by your repo |
| check-update_latest_version | The latest template version available |
| check-update_update_available | 'true' if an update is available, 'false' if not |