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