diff --git a/README.md b/README.md index fc14daf..b0ad57a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ In all cases, `manual-approval` will close the initial GitHub issue. 🚫 Unsupported - Windows/amd64 — 64-bit Windows systems are currently not supported. -- Non-Linux GitHub-hosted runners of any architecture. +- Non-Linux runners of any architecture. ## Usage diff --git a/approval_test.go b/approval_test.go index 2a273ef..086a6fa 100644 --- a/approval_test.go +++ b/approval_test.go @@ -481,7 +481,6 @@ func TestSaveOutput(t *testing.T) { minimumApprovals: 0, } - // os.Remove(testCase.env_github_output) if err := os.Remove(testCase.env_github_output); err != nil && !os.IsNotExist(err) { t.Fatalf("failed to remove file: %v", err) }