Skip to content

Commit

Permalink
fix: correctly pass arguments to GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
bkahlert committed Nov 30, 2021
1 parent bf1a730 commit b78a619
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@
*none*


## [0.1.1]

### Fixed

- correctly pass arguments to GitHub action


## [0.1.0] - 2021-11-29

### Added

- `batsw` self-contained wrapper to run Bats (Bash Automated Testing System) tests

[unreleased]: https://github.com/bkahlert/bats/compare/v0.1.0...HEAD
[unreleased]: https://github.com/bkahlert/bats/compare/v0.1.1...HEAD

[0.1.1]: https://github.com/bkahlert/bats/compare/v0.1.0...v0.1.1

[0.1.0]: https://github.com/bkahlert/bats/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
family-names: "Kahlert"
orcid: "https://orcid.org/0000-0003-1705-4067"
title: "Bats Wrapper — self-contained wrapper to run Bats (Bash Automated Testing System) tests"
version: 0.1.0
version: 0.1.1
date-released: 2021-11-29
url: "https://github.com/bkahlert/bats-wrapper"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Run Bats tests
id: bats
uses: bkahlert/bats-wrapper@v0.1.0
uses: bkahlert/bats-wrapper@v0.1.1
with:
tests: test
```
Expand Down

0 comments on commit b78a619

Please sign in to comment.