forked from Ivasoft/github-actions
FIX imported and not used after patch is applied
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,6 +1,17 @@
|
|||||||
--- "a/pkg/runner/run_context.go"
|
--- "a/pkg/runner/run_context.go"
|
||||||
+++ "b/pkg/runner/run_context.go"
|
+++ "b/pkg/runner/run_context.go"
|
||||||
@@ -142,14 +142,7 @@ func (rc *RunContext) GetBindsAndMounts() ([]string, map[string]string) {
|
@@ -14,10 +14,8 @@ import (
|
||||||
|
"os"
|
||||||
|
"path/filepath"
|
||||||
|
"regexp"
|
||||||
|
- "runtime"
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
- "github.com/opencontainers/selinux/go-selinux"
|
||||||
|
|
||||||
|
"github.com/nektos/act/pkg/common"
|
||||||
|
"github.com/nektos/act/pkg/container"
|
||||||
|
@@ -142,14 +140,7 @@ func (rc *RunContext) GetBindsAndMounts() ([]string, map[string]string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if rc.Config.BindWorkdir {
|
if rc.Config.BindWorkdir {
|
||||||
|
|||||||
Reference in New Issue
Block a user