Skip to content

robinkonrad/azureupdates2hugo-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

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azureupdates2hugo-action

This action grabs the current RSS-Feed from Azure Service Updates and publishs the raw xml and a converted json into the hugo data-Folder.

Usage

- uses: robinkonrad/azureupdates2hugo-action@v1

By default two files are produced during execution of the action

  • XML-Raw Output into /data/azureupdatesfeed.xml
  • XML2JSON Output into /data/azureupdatesfeed.json

Parameters

You can change the output filenames, if you specifiy the following parameters

- usses: robinkonrad/azureupdates2hugo-action@v1
  with:
    filename: CustomJsonFile.json
    # Final path:     ./data/CustomJsonFile.json
    rawfilename: CustomRawFile.xml
    # Final path raw: ./data/CustomRawFile.json

About

This action grabs the current azure updates RSS feeds and converts it to json.

Resources

License

Stars

Watchers

Forks

Packages

No packages published