Skip to content

Commit

Permalink
move action under the bats-core umbrella
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Dec 24, 2023
1 parent ce02fe8 commit 5bab393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Bats and bats libs
uses: brokenpip3/[email protected].2
uses: bats-core/[email protected].3
```
## Libraries Path
Expand All @@ -35,7 +35,7 @@ For example, if you want to install `bats-support` in the `./test/bats-support`
``` yaml
# ...
- name: Setup Bats and Bats libs
uses: brokenpip3/setup-bats-libs@0.1.0
uses: bats-core/setup-bats-libs@1.5.3
with:
support-path: ${{ github.workspace }}/test/bats-support
```
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Setup Bats and libs
description: A GitHub Action for installing Bats and Bats-libs(support, assert, detik, file)
author: Brokenpip3
author: bats-core
branding:
color: yellow
icon: command
Expand Down

0 comments on commit 5bab393

Please sign in to comment.