From a6af4a2f87f4b9bb16d35072f5e48d30f81a2c5c Mon Sep 17 00:00:00 2001 From: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:12:25 +0500 Subject: [PATCH] master -> repo x2 --- .github/scripts/commit-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index 28fea5d..e921928 100644 --- a/.github/scripts/commit-repo.sh +++ b/.github/scripts/commit-repo.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -rsync -a --delete --exclude .git --exclude .gitignore ../master/repo/ . +rsync -a --delete --exclude .git --exclude .gitignore ../main/repo/ . git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" git status