From 0f87d3af48134f1638d7ea781dce03730274f6ed Mon Sep 17 00:00:00 2001 From: Joe <13831451+JoeHutchinson@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:01:14 +0000 Subject: [PATCH] Update create-dependabot.yml --- .github/workflows/create-dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/create-dependabot.yml b/.github/workflows/create-dependabot.yml index 6dd2c4c..86b707a 100644 --- a/.github/workflows/create-dependabot.yml +++ b/.github/workflows/create-dependabot.yml @@ -187,6 +187,9 @@ jobs: mkdir -p .github echo "$EXPECTED_CONTENT" > .github/dependabot.yml + + git config --global user.email "joe@joe.com" + git config --global user.name "Joe" # Stage and commit the changes git add .github/dependabot.yml