Skip to content

Commit

Permalink
fix: set proper git config
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 21, 2023
1 parent 01ba330 commit 6d86ee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ jobs:
- name: Commit updated renv.lock file
continue-on-error: true
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
git config --global --add safe.directory /__w/deploy/deploy
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
git config --global --add safe.directory /__w/teal.gallery/teal.gallery
git fetch
git stash
git checkout ${{ env.BRANCH_NAME }}
Expand Down

0 comments on commit 6d86ee1

Please sign in to comment.