diff --git a/.github/workflows/basic_checks.yml b/.github/workflows/basic_checks.yml index 18c91f9..5be491a 100644 --- a/.github/workflows/basic_checks.yml +++ b/.github/workflows/basic_checks.yml @@ -29,8 +29,7 @@ jobs: - name: Coverage Badge uses: tj-actions/coverage-badge-py@v2 with: - working-directory: example - output: ../coverage.svg + output: coverage.svg - name: Verify Changed files uses: tj-actions/verify-changed-files@v14 @@ -41,7 +40,6 @@ jobs: - name: Commit files if: steps.verify-changed-files.outputs.files_changed == 'true' run: | - #mv example/coverage.svg coverage.svg git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git add coverage.svg