Skip to content

Commit

Permalink
Update dist/ files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed May 23, 2023
1 parent 4fde982 commit 524333a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,11 @@ exports.debug = debug; // for test

const core = __webpack_require__(470);
const { execFileSync } = __webpack_require__(129);
const { sshAgentCmd } = __webpack_require__(972);
const { sshAgentCmdDefault } = __webpack_require__(972);

try {
const sshAgentCmdInput = core.getInput('ssh-agent-cmd');
const sshAgentCmd = sshAgentCmdInput ? sshAgentCmdInput : sshAgentCmdDefault;
// Kill the started SSH agent
console.log('Stopping SSH agent');
execFileSync(sshAgentCmd, ['-k'], { stdio: 'inherit' });
Expand Down

0 comments on commit 524333a

Please sign in to comment.