Skip to content

Commit 202fda1

Browse files
Copilotneilime
andcommitted
fix: remove unused os module import from curl configuration fix
Co-authored-by: neilime <[email protected]>
1 parent a8c4694 commit 202fda1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actions/test/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ runs:
209209
script: |
210210
const fs = require('node:fs');
211211
const path = require('node:path');
212-
const os = require('node:os');
213212
214213
// Find and fix the .curlrc file that contains unexpanded shell variables like ${SSL_CERT_FILE:-...}
215214
// The pkgxdev curl installs .curlrc next to the curl binary

0 commit comments

Comments
 (0)