1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-19 01:46:16 +00:00

author order is not right

This commit is contained in:
Earl Warren 2023-03-25 18:35:31 +01:00
parent e13126282a
commit 39d3d68c3d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

4
testdata/run.sh vendored
View file

@ -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