Skip to content

Commit

Permalink
Update basic checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Nov 13, 2024
1 parent 7f0406b commit ee52c92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ee52c92

Please sign in to comment.