cosmetic changes
This commit is contained in:
parent
9674192fde
commit
98fc024560
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue