generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15a7a7d
commit 73b69c6
Showing
7 changed files
with
251 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: 'RSS Feed Fetch Action' | ||
description: 'Fetches an RSS feed and optionally saves it to a file' | ||
description: 'Fetches an RSS feed and saves it to a file' | ||
author: 'Christopher C. Smith <[email protected]>' | ||
|
||
inputs: | ||
feed_url: | ||
description: 'The URL of the RSS feed to fetch' | ||
required: true | ||
file_path: | ||
description: 'The relative file path to save the fetched RSS feed' | ||
description: 'The relative file path at which to save the fetched RSS feed' | ||
required: true | ||
remove_last_build_date: | ||
description: 'Remove the lastBuildDate tag from the fetched RSS feed for easier diffing' | ||
required: false | ||
|
||
outputs: | ||
feed: | ||
description: 'The fetched RSS feed in JSON format' | ||
default: false | ||
|
||
runs: | ||
using: node20 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.