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