Skip to content

Commit

Permalink
Added git config lines
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Nov 7, 2023
1 parent 6018705 commit 65848a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Commit to gh-pages
shell: bash
run: |
git config user.email "${{ github.action.email }}"
git config user.name "${{ github.action.name }}"
git commit -m "Remove 'pr-preview/pr-${{ github.event.number }}' folder."
git push origin gh-pages
Expand Down

0 comments on commit 65848a0

Please sign in to comment.