@@ -36,14 +36,14 @@ jobs:
 | 
			
		||||
        filename: coverage.out
 | 
			
		||||
 | 
			
		||||
    - uses: stefanzweifel/git-auto-commit-action@v4
 | 
			
		||||
      id: auto-commit-action
 | 
			
		||||
      name: autocommit
 | 
			
		||||
      with:
 | 
			
		||||
        commit_message: Apply Code Coverage Badge
 | 
			
		||||
        skip_fetch: true
 | 
			
		||||
        skip_checkout: true
 | 
			
		||||
        file_pattern: ./README.md
 | 
			
		||||
 | 
			
		||||
    - name: Push Changes
 | 
			
		||||
    - name: push
 | 
			
		||||
      if: steps.auto-commit-action.outputs.changes_detected == 'true'
 | 
			
		||||
      uses: ad-m/github-push-action@master
 | 
			
		||||
      with:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user