cosmetic changes

This commit is contained in:
Sunny 2025-06-13 19:08:53 +05:30 committed by GitHub
parent 9674192fde
commit 98fc024560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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)
}