Skip to content

Commit

Permalink
[Remove later] Check2
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Oct 24, 2024
1 parent 083227d commit c69d99d
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 @@ -58,8 +58,8 @@ jobs:
- name: Commit license report and push
if: steps.changes.outputs.target == 'true' && github.ref_name != github.event.repository.default_branch
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git config user.name "$GITHUB_ACTOR"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git add "$LICENSE_REPORT"
git commit -m "Update $LICENSE_REPORT"
git push origin ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit c69d99d

Please sign in to comment.