Consider custom command name inputs in cleanup.js

This commit is contained in:
Jano Paetzold 2025-01-08 17:32:56 +01:00
parent b504c19775
commit 3c2bfbcad6
3 changed files with 14 additions and 11 deletions

View file

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