Skip to content

Release v0.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 10:18

release-notes-from-changelog

GitHub action that extracts release notes from an existing changelog.

Changes in this version:

[0.1.8]

Fixed

  • turns out that inputs are not actually saved as $INPUT_VARNAME for composite actions => use ${{ input.varname }} instead