Skip to content
archive

GitHub Action

AzureUpdates to Hugo Importer

v1.0.0 Latest version

AzureUpdates to Hugo Importer

archive

AzureUpdates to Hugo Importer

Grabs current azure service updates rss feed and converts it to json to be used in HUGO

Installation

Copy and paste the following snippet into your .yml file.

              

- name: AzureUpdates to Hugo Importer

uses: robinkonrad/azureupdates2hugo-action@v1.0.0

Learn more about this action in robinkonrad/azureupdates2hugo-action

Choose a version

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