From 210564d77fe6c38c3b40f129571d8046bc52c6fa Mon Sep 17 00:00:00 2001 From: Marcello Cordeiro Date: Thu, 10 Jun 2021 18:28:32 -0300 Subject: [PATCH] Update action repository in the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d01e054..ce92675 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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/checkout@v2.3.4 - name: Shaker - uses: STAR-RG/shaker-action@main + uses: STAR-RG/shaker@main with: # Tool # Currently supported tools: maven, pytest