reecetech/Data transfer action
This action transfers data to/from artefact storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Do a Git checkout before transferring, either: `true` or `false`; defaults to `false` | — | false |
| checkout-fetch-depth | Number of commits to fetch. 0 indicates all history for all branches and tags | — | 1 |
| checkout-lfs | Whether to download Git-LFS files | — | false |
| direction | Direction of transfer, either: `upload` or `download` | yes | — |
| if-no-files-found | The desired behavior if no files are found using the provided path. Available Options: warn: Output a warning but do not fail the action error: Fail the action with an error message ignore: Do not output any warnings or errors, the action does not fail | — | error |
| name | Artifact name: defaults to `checkout` if checkout input is `true`, otherwise, please provide a value | — | — |
| path | ⚠️ Conditional defaults! - if `checkout` is `true`; then defaults to `./.git/` - if `checkout` is `false`; then defaults to `./` Additionally, the meaning of `path` is: - if direction is `upload`: a file, directory or wildcard pattern that describes what to upload; - if direction is `download`: destination path | — | — |
Outputs
| name | description |
|---|---|
| name | Artifact name |