From 94f620a76ff7e06b7e14ae72d693b1ffe02fb41c Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:06:33 -0600 Subject: [PATCH] Update dogfood-policy-updater-latest-macos.sh (#26248) Updated variable names in script. --- .github/scripts/dogfood-policy-updater-latest-macos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/dogfood-policy-updater-latest-macos.sh b/.github/scripts/dogfood-policy-updater-latest-macos.sh index de87c4d9e8..6cc8f729ab 100644 --- a/.github/scripts/dogfood-policy-updater-latest-macos.sh +++ b/.github/scripts/dogfood-policy-updater-latest-macos.sh @@ -70,8 +70,8 @@ if [ "$policy_version_number" != "$latest_macos_version" ]; then echo "$updated_response" > "$temp_file" # Configure Git - git config --global user.name "$DOGFOOD_GIT_USER_NAME" - git config --global user.email "$DOGFOOD_GIT_USER_EMAIL" + git config --global user.name "$DOGFOOD_AUTOMATION_USER_NAME" + git config --global user.email "$DOGFOOD_AUTOMATION_USER_EMAIL" # Clone the repository and create a new branch git clone "https://$DOGFOOD_AUTOMATION_TOKEN@github.com/$REPO_OWNER/$REPO_NAME.git" repo || {