Skip to content

Commit

Permalink
Another try after conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Oct 2, 2024
1 parent 336fde9 commit 9145dba
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@ jobs:
with:
files: 'assets/coverage.svg'

# - name: Commit files
# if: steps.verify-changed-files.outputs.files_changed == 'true'
# run: |
# git config --local user.email "github-actions[bot]@users.noreply.github.com"
# git config --local user.name "github-actions[bot]"
# git add assets/coverage.svg
# git commit -m "Updated coverage.svg"
- name: Commit files
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add assets/coverage.svg
git commit -m "Updated coverage.svg"
# - name: Push changes
# if: steps.verify-changed-files.outputs.files_changed == 'true'
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: ${{ github.ref }}
- name: Push changes
if: steps.verify-changed-files.outputs.files_changed == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 9145dba

Please sign in to comment.