mammutmw/ingka-group-digital/usc
Upload files with the upload service client
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 28, 2022
- License
- None
Pinned Snippet
uses: mammutmw/usc-gha@e9b64a17a888987473ee52dc72f1038022ca9b68 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key | The AWS_ACCESS_KEY_ID | yes | — |
| aws_secret_access_key | The AWS_SECRET_ACCESS_KEY | yes | — |
| cmd | The command to run | yes | upload |
| debug | Debug output | no | false |
| src | root directory of files | yes | — |
| ignore_empty | ignore errors cause by empty file list | no | false |
| dry | dry run, only output files to be uploaded | no | false |
| files | Comma-separated list of files to wait upload | no | "" |
| target | The target site and (optionally) directory | no | — |
| timeout | timeout in seconds (default 60) | no | 60 |
| verbose | verbose output | no | true |
| wait | wait until files are uploaded | no | false |
| recursive | Recursively include sub directories | no | false |
| info_git | Git repository of this project | no | — |
| info_slack | Slack channel of this project | no | — |
| info_email | Email address of this project or person responsible | no | — |
| info_team | Team name of this project | no | — |
| info_product | Product name of this project | no | — |
| newer | Files must be newer than this date, format: https://github.com/tj/go-naturaldate/blob/master/naturaldate_test.go | no | — |
| older | Files must be older than this date, format: https://github.com/tj/go-naturaldate/blob/master/naturaldate_test.go | no | — |
| includes | Files must match this regexp | no | — |
| excludes | Files must NOT match this regexp | no | — |
Outputs
no outputs