mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Update dogfood-policy-updater-latest-macos.sh (#26248)
Updated variable names in script.
This commit is contained in:
parent
e241e35ea9
commit
94f620a76f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 || {
|
||||
|
|
|
|||
Loading…
Reference in a new issue