0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-24 17:26:51 +01:00
This commit is contained in:
Excellencedev 2025-12-30 06:13:07 +01:00
parent 4a9a54e2df
commit dcfe19c11b

View File

@ -54,16 +54,16 @@ type ChangeRepoFile struct {
// ChangeRepoFilesOptions holds the repository files update options
type ChangeRepoFilesOptions struct {
LastCommitID string
OldBranch string
NewBranch string
Message string
Files []*ChangeRepoFile
Author *IdentityOptions
Committer *IdentityOptions
Dates *CommitDateOptions
Signoff bool
ForcePush bool
LastCommitID string
OldBranch string
NewBranch string
Message string
Files []*ChangeRepoFile
Author *IdentityOptions
Committer *IdentityOptions
Dates *CommitDateOptions
Signoff bool
ForcePush bool
ActionsTaskID int64
}