Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Oct 22, 2024
1 parent 8cfc736 commit 57ce473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Commit HTML report and push
run: |
git remote set-url origin "https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}"
git config user.name "$GITHUB_ACTOR"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add "$HTML_REPORT"
git commit -m "Update $HTML_REPORT"
git push origin HEAD:${{ github.ref_name }}
Expand Down

0 comments on commit 57ce473

Please sign in to comment.