This commit is contained in:
Excellencedev
2025-12-30 06:13:07 +01:00
parent 4a9a54e2df
commit dcfe19c11b
+10 -10
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
}