The quoth_the_vikings action is an action that plucks a random sentence from one the Icelandic Sagas.
The sturlabragason/quoth_the_vikings
action is a composite action that grabs a random line in a random language from one of the Icelandic sagas. It incorporates the action: actions/checkout@v2
.
Úr brunni Mímis, erut sagnir allar fengnar! Galdur magnast enn, ok á skjánum þulu myndar! Eigi erut rúnir ristar úr letri Væringja! Gerit menn þá allir, sem þeir skyldu met þulu þessa, gerist glaðir, ellegar notið til níðs!
- First off, it downloads ALL of the icelandic sagas from
sturlabragason/quoth_the_vikings
! - It then picks a random sentence from a random saga, in a random language!
- It then replaces all letters of the latin alphabet with the ELDER FUTHARK!
- Use the output as you please: they make great automated commit messages, git tags or anything at all!
steps:
- id: quoth_the_vikings
uses: sturlabragason/quoth_the_vikings@main
To use the quote:
- name: Use the quote
shell: pwsh
run: echo ${{ steps.quoth_the_vikings.outputs.quote }}