Skip to content

Commit

Permalink
CI: Use the full user name and mail of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bananarama92 committed May 27, 2023
1 parent 2c494be commit 268c63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
cp artifacts/main/package-lock.json artifacts/main/mbs.js artifacts/main/mbs.js.map artifacts/${{ github.ref_name }}/
git add artifacts/${{ github.ref_name }}/*
git config --local user.name "GitHub Action [bot]"
git config --local user.email "action@github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "CI: Add MBS ${{ github.ref_name }} release artifacts" -m "Last commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}"
git push
- name: Define the latest MBS release
Expand Down

0 comments on commit 268c63f

Please sign in to comment.