ssh-agent-action/dist
Dilum Aluthge 6f828ccb51
Allow the user to override the commands for git, ssh-agent, and ssh-add (#154)
On my self-hosted Windows runners, the `git`, `ssh-agent`, and `ssh-add`
commands are not located in the locations that are currently hard-coded
in `paths.js`.

With this PR, I am able to get this action to work on my runners as
follows:

```yaml
- uses: webfactory/ssh-agent@...
  with:
    ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
    git-cmd: git
    ssh-agent-cmd: ssh-agent
    ssh-add-cmd: ssh-add
```
2023-01-27 18:09:18 +01:00
..
cleanup.js Allow the user to override the commands for git, ssh-agent, and ssh-add (#154) 2023-01-27 18:09:18 +01:00
index.js Allow the user to override the commands for git, ssh-agent, and ssh-add (#154) 2023-01-27 18:09:18 +01:00