Skip to content

Commit

Permalink
Configurate git user in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Nov 14, 2021
1 parent 8f066e0 commit b9ecba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-shrinkwrap-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: rush rebuild
- name: Commit and push updated shrinkwrap
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
REMOTE_HTTPS_URL="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}"
git add common/config/rush/pnpm-lock.yaml
git commit -m "Update pnpm lockfile"
Expand Down

0 comments on commit b9ecba4

Please sign in to comment.