Acknowledge custom command inputs in cleanup.js (#235)

Refactored version of https://github.com/webfactory/ssh-agent/pull/183.

Fixes: https://github.com/webfactory/ssh-agent/issues/208
This commit is contained in:
Jano Paetzold 2025-01-08 17:59:51 +01:00 committed by GitHub
parent b504c19775
commit e3f1a8e046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 87 additions and 95 deletions

View file

@ -1,4 +1,3 @@
const core = require('@actions/core');
const { execFileSync } = require('child_process');
const { sshAgentCmd } = require('./paths.js');