Skip to content

Commit

Permalink
rm github-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
adwski committed Jan 31, 2024
1 parent dac453a commit a34add9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,11 @@ jobs:
with:
files: README.md

- name: commit badge
- name: push badge
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
git config --local user.email "action@github.com"
git config --local user.email "[email protected].github.com"
git config --local user.name "GitHub Action"
git add README.md
git commit -m "chore: update coverage badge"
- name: push badge
if: steps.verify-changed-files.outputs.files_changed == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ github.token }}
branch: ${{ github.ref }}
git push

0 comments on commit a34add9

Please sign in to comment.