Ignore failures when trying to kill the SSH agent

Fixes #32.
This commit is contained in:
Matthias Pigulla 2020-06-23 07:22:02 +00:00
parent 8789658b02
commit daf7f68bfc
6 changed files with 260 additions and 105 deletions

View file

@ -118,7 +118,7 @@ To actually grant the SSH key access, you can on GitHub use at least two
As a note to my future self, in order to work on this repo:
* Clone it
* Run `npm install` to fetch dependencies
* Run `yarn install` to fetch dependencies
* _hack hack hack_
* `node index.js`. Inputs are passed through `INPUT_` env vars with their names uppercased. Use `env "INPUT_SSH-PRIVATE-KEY=\`cat file\`" node index.js` for this action.
* Run `npm run build` to update `dist/*`, which holds the files actually run