Skip to content

Commit

Permalink
fix GH workflow, set a Git user first
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Sep 22, 2024
1 parent ec4c06b commit 23f2e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
bundler-cache: true
- name: Configure git user name, email
run: |
git config user.name $NAME
git config user.email $EMAIL
git config --global user.name $NAME
git config --global user.email $EMAIL
env:
NAME: "George Costanza"
EMAIL: "george.costanza@vandelay.com"
Expand Down

0 comments on commit 23f2e07

Please # to comment.