Skip to content

Commit

Permalink
Set git identity. (#237)
Browse files Browse the repository at this point in the history
* Set git identity.

* Update .github/workflows/vscode.yml

Co-authored-by: Kasper Lund <[email protected]>

---------

Co-authored-by: Kasper Lund <[email protected]>
  • Loading branch information
floitsch and kasperl authored Dec 18, 2023
1 parent feab331 commit 6b3b2c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
yarn run ci-test
- name: Configure Git identity
run: |
git config --global user.email "[email protected]"
git config --global user.name "Leon Gungadin Mogensen"
- name: Compile
working-directory: ${{ env.vscode-dir }}
run: |
Expand Down

0 comments on commit 6b3b2c1

Please sign in to comment.