diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 38594eb..de6cab7 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -4,6 +4,10 @@ on: pull_request: types: [opened, reopened, ready_for_review] +permissions: + contents: write + pull-requests: write + jobs: merge: uses: host-uk/.github/.github/workflows/auto-merge.yml@dev diff --git a/pkg/io/local/client.go b/pkg/io/local/client.go index 872b961..452afad 100644 --- a/pkg/io/local/client.go +++ b/pkg/io/local/client.go @@ -48,7 +48,6 @@ func (m *Medium) path(p string) string { return clean } - // Join cleaned relative path with root return filepath.Join(m.root, clean) }