Skip to content

Commit

Permalink
try using github action email
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Dec 3, 2023
1 parent be1db54 commit f314b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
- name: Commit the badge (if it changed)
run: |
if [[ `git status --porcelain` ]]; then
git config --global user.name 'creme332'
git config --global user.email 'creme332@users.noreply.github.com'
git config --global user.name 'Github Action'
git config --global user.email 'action@github.com'
git add -A
git commit -m "Autogenerated JaCoCo coverage badge"
fi
- name: push changes
uses: ad-m/github-push-action@v0.6.0
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main

0 comments on commit f314b62

Please sign in to comment.