Changes in this release:
- Fix unfortunate typo in version number in examples and workflows involving Waystation.
Changes in this release:
- Updated Waystation's GitHub Actions dependencies to the latest versions.
- Added Markdown file linter and YAML file linter workflows and project configs.
- Updated GitHub workflows to use latest versions of GitHub Actions.
- Fixed trivial YAML linter warnings in various
.yml
files. - Added a Makefile for automating more release processes.
Changes in this release:
- Fixed bug in issue #3. The default value of
dry_run
is nowfalse
, as it was supposed to be. - Removed the
save_errors
parameter; it doesn't seem useful for Waystation and just adds complexity. - Revised and improved the sample workflow.
- Added a file (
sample-workflow.yml
) for the sample workflow, to make copying easier. - Updated file headers to be more streamlined and include a missing copyright statement.
- Updated the year in the
LICENSE
file.
This release updates the version of the Wayback action used by Waystation to the latest version (thanks to PR #1 from Jamie Magee), and corrects the misspelling of the author's name (thanks to PR #2 from Jamie Magee).
This release adds a GitHub Pages documentation site for docs, which not only seems fitting considering the purpose of this GitHub Action, but also helps with testing. It also polishes up the GitHub Action a little bit.
This version fixes a gaff in the step for getting the repository path.
This version fixes a failure to pass GITHUB_TOKEN to the composite workflow.
This version fixes a bug (missing shell
parameters) in action.yml
First release.