Skip to content

Releases: Caphyon/wattspeed-action

Wattspeed Action

29 May 11:13
Compare
Choose a tag to compare

Wattspeed action

This action triggers a snapshot generation for a Wattspeed webpage

Inputs

token

Required The webpage token. Get this from your Wattspeed's 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:

name: Wattspeed

on: [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'