Skip to content

Commit 210564d

Browse files
author
Marcello Cordeiro
committed
Update action repository in the README.md
1 parent 57f2c6b commit 210564d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# shaker-action
1+
# shaker
22

33
This action uses [shaker](shaker) in your GitHub workflow to detect flakiness. If the job ends in failure, flakes were detected and errors will be reported.
44

@@ -12,7 +12,7 @@ Add the following code to your GitHub Actions workflow configuration
1212
# Checks-out your repository under $GITHUB_WORKSPACE so Shaker can access it
1313
- uses: actions/checkout@v2.3.4
1414
- name: Shaker
15-
uses: STAR-RG/shaker-action@main
15+
uses: STAR-RG/shaker@main
1616
with:
1717
# Tool
1818
# Currently supported tools: maven, pytest

0 commit comments

Comments
 (0)