Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caphyon/wattspeed-action
Trigger a snapshot generation via a GitHub Actions
https://github.com/caphyon/wattspeed-action
Last synced: about 1 month ago
JSON representation
Trigger a snapshot generation via a GitHub Actions
- Host: GitHub
- URL: https://github.com/caphyon/wattspeed-action
- Owner: Caphyon
- License: mit
- Created: 2020-05-29T09:18:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:28:22.000Z (over 2 years ago)
- Last Synced: 2024-10-31T10:48:56.955Z (2 months ago)
- Language: JavaScript
- Homepage: https://wattspeed.com/
- Size: 983 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Wattspeed](https://www.wattspeed.com) action
This action triggers a snapshot generation for a [Wattspeed](https://www.wattspeed.com) webpage
### Inputs
### `token`
**Required** The webpage token. Get this from your [Wattspeed's](https://www.wattspeed.com) webpage settings.
### Outputs
### `response`
Snapshot generation response.
## Usage
To use the action simply create an `wattspeed.yml` (or choose custom `*.yml` name) in the `.github/workflows/` directory.
For example:
```yaml
name: Wattspeedon: [push]
jobs:
build:runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2- name: Wattspeed Action
uses: Caphyon/wattspeed-action@v1
with:
# [required]
# Get the token from the webpage settings
# inside your Wattspeed account
token: '8dyiuhdgjgh7y354uier'
```