From 170d0a1d67e1d782e21b8578ba4b8b21d747e1bc Mon Sep 17 00:00:00 2001 From: Ivan Aksionau Date: Thu, 6 Jul 2023 16:50:04 +0300 Subject: [PATCH] - update --- .github/workflows/ci_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_settings.yml b/.github/workflows/ci_settings.yml index 9670380..071320c 100644 --- a/.github/workflows/ci_settings.yml +++ b/.github/workflows/ci_settings.yml @@ -28,7 +28,7 @@ jobs: - uses: deblockt/cucumber-report-annotations-action@v1.7 with: access-token: ${{ secrets.GITHUB_TOKEN }} - path: "**/cucumber-report.json" + path: "**/cucumber.json" # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph