mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:21:12 -05:00
author order is not right
This commit is contained in:
parent
e13126282a
commit
39d3d68c3d
1 changed files with 2 additions and 2 deletions
4
testdata/run.sh
vendored
4
testdata/run.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue