Skip to content

Commit

Permalink
Set git config globally
Browse files Browse the repository at this point in the history
  • Loading branch information
rhys-vdw committed Dec 1, 2024
1 parent 49b9c26 commit c2fe27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-lua-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- name: Configure git
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Checkout Lua CPP files
uses: actions/checkout@v4
Expand Down

0 comments on commit c2fe27b

Please sign in to comment.