katydecorah/Seasonal post action

A GitHub action that creates a seasonal post from data files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-usernameThe GitHub username that owns the repository with the data files.yes
github-repositoryThe Github repository that has the data files.yes
season-namesThe season names in order by the season that ends in March, June, September, and then December.Winter,Spring,Summer,Fall
season-emojiEmoji to assign each season in the same order as described by `season-names`.❄️,🌷,☀️,🍂
posts-directoryThe path to where you want to save your seasonal post files to in this repository.notes/_posts/
seasonal-post-templateIf you'd like to customize the [markdown template](src/template.md), define a path to your own. Example: `seasonal-post-template: .github/actions/seasonal-post-template.md`. The markdown template shows all the available variables and an idea for how you may want to format this file. For now, the templating is simplistic and does not offer functionality outside of this action replacing variable names.
source-booksDefine the label and file path for the books data generated by [read-action](https://github.com/katydecorah/read-action). Separate the label and file path with a pipe (`|`). If you do not have books, set this value to `false`. Note: this value will **not** change the variable name in the markdown template, which is `bookYaml` and `bookMarkdown`.books|_data/read.json
source-bookmarksDefine the label and file path for the bookmarks data generated by [bookmark-action](https://github.com/katydecorah/bookmark-action). Separate the label and file path with a pipe (`|`). If you do not have bookmarks, set this value to `false`. Note: this value will **not** change the variable name in the markdown template, which is `bookmarkYaml` and `bookmarkMarkdown`.bookmarks|_data/bookmarks.json
source-playlistDefine the file path for the playlist data generated by [spotify-to-yaml-action](https://github.com/katydecorah/spotify-to-yaml-action). If you do not have playlists, set this value to `false`._data/playlists.yml
book-tagsAllow specific tags to be passed through. Separate each tag with a comma.

no outputs