From 25c5788d284deda0d26a2ab18da875ca2f325e4d Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Sun, 18 Feb 2024 01:13:33 -0600 Subject: [PATCH] Update reamde --- README.md | 120 ++++++++++++++++++++---------------------- action.yml | 2 +- docs/github-action.md | 2 +- 3 files changed, 59 insertions(+), 65 deletions(-) diff --git a/README.md b/README.md index 86ece57..3e58b85 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ - -# screenshot [![Latest Release](https://img.shields.io/github/release/cloudposse-github-actions/screenshot.svg)](https://github.com/cloudposse-github-actions/screenshot/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) +# screenshot +Latest ReleaseSlack Community - - [logo]: https://cloudposse.com/logo-300x69.svg - [docs]: https://cpco.io/docs?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=docs - [website]: https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=website - [github]: https://cpco.io/github?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=github - [jobs]: https://cpco.io/jobs?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=jobs - [hire]: https://cpco.io/hire?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=hire - [slack]: https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=slack - [twitter]: https://cpco.io/twitter?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=twitter - [office_hours]: https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=office_hours - [newsletter]: https://cpco.io/newsletter?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=newsletter - [email]: https://cpco.io/email?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=email - [commercial_support]: https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=commercial_support - [we_love_open_source]: https://cpco.io/we-love-open-source?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=we_love_open_source - [terraform_modules]: https://cpco.io/terraform-modules?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=terraform_modules - [readme_header_img]: https://cloudposse.com/readme/header/img - [readme_header_link]: https://cloudposse.com/readme/header/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=readme_header_link - [readme_footer_img]: https://cloudposse.com/readme/footer/img - [readme_footer_link]: https://cloudposse.com/readme/footer/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=readme_footer_link - [readme_commercial_support_img]: https://cloudposse.com/readme/commercial-support/img - [readme_commercial_support_link]: https://cloudposse.com/readme/commercial-support/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse-github-actions/screenshot&utm_content=readme_commercial_support_link - [beacon]: https://ga-beacon.cloudposse.com/UA-76589703-4/cloudposse-github-actions/screenshot?pixel&cs=github&cm=readme&an=screenshot - + + +README footer + +Beacon diff --git a/action.yml b/action.yml index a316fce..3f4bda1 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: description: 'Screen capture the entire page by scrolling down' default: 'false' waitForTimeout: - description: 'Number of miliseconds to delay before taking screenshot' + description: 'Number of milliseconds to delay before taking screenshot' default: '500' puppeteerImage: description: 'Docker image to run puppeteer. See https://github.com/puppeteer/puppeteer/pkgs/container/puppeteer' diff --git a/docs/github-action.md b/docs/github-action.md index ff00681..635cbd2 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -18,7 +18,7 @@ | url | URL of the HTML content to convert to an image. Use file:// for local files | N/A | true | | viewportHeight | Viewport height in pixels | N/A | true | | viewportWidth | Viewport width in pixels | N/A | true | -| waitForTimeout | Number of miliseconds to delay before taking screenshot | 500 | false | +| waitForTimeout | Number of milliseconds to delay before taking screenshot | 500 | false | ## Outputs