From 004155f66f31128968a03a2488600966fb0db6e4 Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Sat, 16 Apr 2022 10:39:27 +0000 Subject: [PATCH] Update copy.yml --- .github/workflows/copy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copy.yml b/.github/workflows/copy.yml index 986bbc8..2cf26b6 100644 --- a/.github/workflows/copy.yml +++ b/.github/workflows/copy.yml @@ -23,6 +23,6 @@ jobs: git config user.name "BPower0036" git config user.email "<>" git add -u EasyDutch/ - git commit -m "Updated from @EasyDutch-uBO" + git commit -m "Updated from @EasyDutch-uBO/EasyDutch" git push origin main fi