Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 789 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 789 Bytes

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