From 178e6e956d84aab145258cd89434bee1f655a992 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sat, 23 Sep 2023 23:43:16 +0300 Subject: [PATCH] updates Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/autoupdate.yml | 6 +++--- config/options.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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