From 98fc02456057b9b3f9a6670b59ab2c8ceba5822a Mon Sep 17 00:00:00 2001 From: Sunny <55059942+snskArora@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:08:53 +0530 Subject: [PATCH] cosmetic changes --- README.md | 2 +- approval_test.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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) }