Skip to content

Caphyon/wattspeed-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'