Skip to content

Commit

Permalink
Move git config in check GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Oct 17, 2024
1 parent 8804795 commit 053ec5f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set git credentials
## Assign commits to the GitHub Action user. This should happen
## automatically but doesn't (maybe because of Docker).
- run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
- name: Install extra linux dependencies
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev devscripts qpdf

Expand Down Expand Up @@ -355,3 +348,5 @@ jobs:
clean: false
branch: gh-pages
folder: docs
git-config-name: github-actions[bot]
git-config-email: github-actions[bot]@users.noreply.github.com

0 comments on commit 053ec5f

Please sign in to comment.