Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
checkton-bot authored and chmeliik committed Jun 21, 2024
1 parent 87faba0 commit 9d9c9f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

*Nothing yet.*

## [v0.1.0] - 2024-06-21

### Fixed

- A script nested inside another script (e.g. inside a heredoc string) no longer
Expand All @@ -30,4 +34,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[v0.1.0-alpha.1]: https://github.com/chmeliik/checkton/releases/tag/v0.1.0-alpha.1
[v0.1.0-alpha.2]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.1...v0.1.0-alpha.2
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.2...HEAD
[v0.1.0]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.2...v0.1.0
[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.0...HEAD
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/chmeliik/checkton:v0.1.0-alpha.2@sha256:a5349a15bfd7c7db81aeeaffc54f95573ad55f1c4bd2b36f708f4ec027f99c64
image: docker://ghcr.io/chmeliik/checkton:v0.1.0@sha256:b9acd37ffe59829d8a5ad29f16196b4e4415fe5fcae8dd1ab7e1d61f912b4f19
env:
CHECKTON_DIFFERENTIAL: ${{ inputs.differential }}
CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}
Expand Down

0 comments on commit 9d9c9f7

Please sign in to comment.