Fixes build failure: action/integration_test.go uses only context and exec, not fmt. Import was unused and causing build failure.
This commit is contained in:
@@ -2,7 +2,6 @@ package action
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
|
||||||
"os/exec"
|
"os/exec"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user