diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index fe4d231f..8f0e3dcc 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -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 \ No newline at end of file + run: GOBIN=/bin go get git.unistack.org/unistack-org/cmd/pkgdashcli@latest \ No newline at end of file diff --git a/config/options.go b/config/options.go index 667d3262..eaa8b15e 100644 --- a/config/options.go +++ b/config/options.go @@ -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