From 39d3d68c3d7d1400f6cd0dd98f4a0661a17066a5 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 25 Mar 2023 18:35:31 +0100 Subject: [PATCH] author order is not right --- testdata/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/run.sh b/testdata/run.sh index 6e9e99f..941fbd8 100755 --- a/testdata/run.sh +++ b/testdata/run.sh @@ -81,10 +81,10 @@ function push_self() { git init git checkout -b main git remote add origin $forgejo/$owner/setup-forgejo - git add . - git commit -m 'initial commit' git config user.email root@example.com git config user.name username + git add . + git commit -m 'initial commit' git push --force origin main git tag --force vTest HEAD git push --force origin vTest