Skip to content

ZacJW/inline-css-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

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inline-css-action

Converts HTML files to use inline styling.

Usage

      - uses: ZacJW/inline-css-action@1.0.0
        with:
          files: '["test.html", "dir/*.html"]'

This example will convert test.html and all .html files in dir/ to use inline styling.

Inputs

files

Required. A JSON list of paths to html files to convert. They will be overwritten to use inline styling. Paths may be glob patterns, in which case all matching files will be converted and overwritten.