Skip to content

Commit

Permalink
Update action repository in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Cordeiro committed Jun 10, 2021
1 parent 57f2c6b commit 210564d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# shaker-action
# shaker

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.

Expand All @@ -12,7 +12,7 @@ Add the following code to your GitHub Actions workflow configuration
# Checks-out your repository under $GITHUB_WORKSPACE so Shaker can access it
- uses: actions/[email protected]
- name: Shaker
uses: STAR-RG/shaker-action@main
uses: STAR-RG/shaker@main
with:
# Tool
# Currently supported tools: maven, pytest
Expand Down

0 comments on commit 210564d

Please sign in to comment.