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: autoupdate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: env
run: export
- name: setup-go - name: setup-go
uses: https://gitea.com/actions/setup-go@v3 uses: https://gitea.com/actions/setup-go@v3
with: with:
@ -15,5 +17,3 @@ jobs:
uses: https://gitea.com/actions/checkout@v3 uses: https://gitea.com/actions/checkout@v3
- name: get - name: get
run: GOBIN=/bin go get git.unistack.org/unistack-org/cmd/pkgdashcli@latest run: GOBIN=/bin go get git.unistack.org/unistack-org/cmd/pkgdashcli@latest
- name: autoupdate
run: pkgdashcli pr

View File

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