iterative/Run GTO
Runs GTO show and populates info about triggering event in outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pull | Run `dvc pull` on the artifact | no | false |
| show | Whether to run gto show | no | true |
| history | Whether to run gto history | no | true |
| print-outputs | Whether to print all action outputs | no | true |
Outputs
| name | description |
|---|---|
| event | Type of triggering event |
| name | The name of the artifact |
| version | The version of the artifact |
| stage | The stage - if the events is a stage assignment |
| type | The type of the artifact (if annotated) |
| path | The path of the artifact (if annotated) |
| description | The description of the artifact (if annotated) |