indellient/s3-publish-action
Publish repository to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The directory relative to the root of the repository to upload to S3 | no | . |
| folder-name | The S3 folder to upload the repository to. | yes | — |
| bucket-name | The name of the S3 bucket to upload the repository to. | yes | — |
| clear-folder | Whether or not to clear the folder being published to prior to publishing. Must be one of "true", "false". | yes | — |
| exclusions | A comma separated list of glob patterns to exclude when uploading to S3. | no | .gitignore,.git/* |
Outputs
| name | description |
|---|---|
| s3-path | The S3 path where the repository has been uploaded to. |