Thorben Nissen
0d3af9e04f
[DOC] Improve README
2020-05-15 10:07:30 +02:00
Thorben Nissen
b05960c6f2
[FEATURE] Post step for cleaning up the SSH agent
...
* add `cleanup.js` for stopping the ssh-agent after the job is done
* add `scripts/build.js` to make it easier to build the files in `dist/`
* update README
* remove meaningless dependency `child_process` (its a node core package)
* update `@actions/core` to `^1.2.4`
2020-05-15 09:42:03 +02:00
Thorben Nissen
8f59108fe4
Merge remote-tracking branch 'webfactory/master'
2020-05-15 08:34:33 +02:00
Matthias Pigulla
a82ae3cd1a
Merge pull request #24 from jieter/patch-1
...
Add omitted 'key' word
2020-05-15 08:24:01 +02:00
Thorben Nissen
bf9b7d9686
[DOC] Update readme with section about exported variables
2020-04-10 20:45:21 +02:00
Thorben Nissen
0e6fdec538
[TASK] Update dist/index.js
2020-04-10 20:15:02 +02:00
Thorben Nissen
36fd7e1343
[BUGFIX] Not working properly on self-hosted runner
...
* remove fixed default auth socket path
* call `ssh-agent` with auth socket path, if not explicitly given,
to let the system choose the path
* read SSH_AUTH_SOCKET and SSH_AGENT_PID from `ssh-agent` command output
and add the as variables
2020-04-10 20:02:05 +02:00
Jan Pieter Waagmeester
a3b3049f43
add omitted 'key' word
2020-03-31 12:23:36 +02:00
Matthias Pigulla
716fbacac2
Merge pull request #21 from PrecisionNutrition/typeoneerror-patch-1
2020-03-03 14:49:55 +01:00
Benjamin Borowski
0a38ab0926
style: lint
...
just reviewing and noticed a missing space
2020-03-03 05:10:01 -08:00
Matthias Pigulla
4d1295c53b
Merge pull request #19 from jmandel/patch-1
...
Remove redundant .trim()
2020-02-08 13:21:01 +01:00
Josh Mandel
cf56a519af
Remove redundant .trim()
2020-02-06 12:09:44 -06:00
Matthias Pigulla
9d13200510
Bump copyright year in README
2020-01-14 09:35:08 +00:00
Matthias Pigulla
b6c65becb0
Prepare the v0.2.0 release
2020-01-14 09:32:40 +00:00
Matthias Pigulla
c6eb7ee1d8
Exit with a helpful error message when the secret has not been configured
2020-01-14 09:29:16 +00:00
Matthias Pigulla
6cf6299d23
Support multiple SSH keys ( #14 )
...
* Support concatenation of multiple private keys in the given secret
* Add a changelog
2020-01-14 10:21:11 +01:00
Matthias Pigulla
ea39f521c5
Write down what this Action cannot do
...
A few notes on what has been raised as issues recently.
2019-11-28 17:52:10 +01:00
Matthias Pigulla
1a9af8e8e0
Update README to show correct version number in example
...
Supersedes #3 ; thank you @kod-kristoff!
2019-09-24 22:08:56 +00:00
Matthias Pigulla
e181806200
Use $HOME
to support OS X as well ( #2 )
...
This fixes #1 . Windows is currently not supported.
2019-09-15 09:32:43 +02:00
Matthias Pigulla
e9cec5c598
Create LICENSE
2019-09-15 01:14:12 +02:00
Matthias Pigulla
c03703d9a1
Replace invalid icon
2019-09-15 00:33:18 +02:00
Matthias Pigulla
64d68c7e61
Write GH action to set up ssh keys for private repos
2019-09-14 22:28:16 +00:00