updates
Some checks failed
/ autoupdate (push) Failing after 38s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-09-23 23:43:16 +03:00
parent a52db1969b
commit 178e6e956d
2 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,8 @@ jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: env
run: export
- name: setup-go
uses: https://gitea.com/actions/setup-go@v3
with:
@ -14,6 +16,4 @@ jobs:
- name: checkout
uses: https://gitea.com/actions/checkout@v3
- name: get
run: GOBIN=/bin go get git.unistack.org/unistack-org/cmd/pkgdashcli@latest
- name: autoupdate
run: pkgdashcli pr
run: GOBIN=/bin go get git.unistack.org/unistack-org/cmd/pkgdashcli@latest

View File

@ -63,9 +63,9 @@ func NewOptions(opts ...options.Option) Options {
// LoadOptions struct
type LoadOptions struct {
Struct interface{}
Context context.Context
Override bool
Append bool
Context context.Context
}
// NewLoadOptions create LoadOptions struct with provided opts