forked from brokenpip3/setup-bats-libs
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move action under the bats-core umbrella
- Loading branch information
1 parent
ce02fe8
commit 5bab393
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters