eventpop/Upload report to S3
Upload a directory containing HTML reports to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-role | ARN of the AWS role to assume. e.g. arn:aws:iam::000000000000:role/github-action-role | yes | — |
| aws-region | Name of the AWS region to use. e.g. ap-southeast-1 | yes | — |
| s3-bucket | Name of the S3 bucket to upload to. | yes | — |
| view-url | URL that corresponds to the S3 bucket WITHOUT the trailing slash. e.g. https://bucketname.s3.ap-southeast-1.amazonaws.com | yes | — |
| name | Name of the report, such as `playwright-report`. This will go into the URL, so make sure they are URL safe. | yes | — |
| path | Path to the report. There should be an `index.html` file inside it. | yes | — |
Outputs
no outputs