Commit graph

  • 701a670515 add whitespace to readme for readability Michael Carlson 2020-11-23 22:05:59 -07:00
  • 0128ae9f59 update readme wording Michael Carlson 2020-11-23 22:03:39 -07:00
  • 17860381fc add git deploy key wrapper functionality Michael Carlson 2020-11-23 21:58:33 -07:00
  • 780d0ee9a3
    document v0.4.1 changes in the changelog (#47) Michael Davis 2020-11-17 02:17:43 -06:00
  • 853f312fd1
    Update actions/core version for set-env issue Christian Sauer 2020-11-16 17:09:02 -05:00
  • a29be91bd6
    document v0.4.1 changes in the changelog Michael Davis 2020-11-16 13:43:37 -06:00
  • 43c9b3548b Nutze Composer v1, vermeide ::set-env (Case 115156, Case 115161) Matthias Pigulla 2020-11-10 20:28:49 +01:00
  • 893c4c419a
    Merge branch 'master' into master Lucas Teske 2020-11-10 10:17:18 -03:00
  • 73d2440ad4 Add wrapper script for selecting the right deployment key deploy-key-wrapper Matthias Pigulla 2020-10-08 07:25:59 +00:00
  • ee29fafb6a Update README for a 0.4.1 release v0.4.1 Matthias Pigulla 2020-10-07 21:08:38 +00:00
  • 3dd57c80a6
    Update dependencies (#43) Matthias Pigulla 2020-10-07 23:06:49 +02:00
  • be9d629085 Update dependencies Matthias Pigulla 2020-10-07 21:04:53 +00:00
  • acdd95396c Update @actions/core Aaron 2020-10-07 13:58:30 -06:00
  • 9e5c1c7a9b
    Point to blog post explaining how to use multiple GitHub deploy keys Matthias Pigulla 2020-09-07 16:57:21 +02:00
  • ef0ce0cab8
    Ignore failures when trying to kill the ssh-agent (#33) v0.4.0 Matthias Pigulla 2020-06-24 08:31:28 +02:00
  • 98574c165e
    Update the CHANGELOG Matthias Pigulla 2020-06-24 08:30:55 +02:00
  • 7d6a68699f
    Mention killing ssh-agent instances as a workaround when dealing with many keys Matthias Pigulla 2020-06-24 08:25:12 +02:00
  • 5ef9e0334a
    updated README.md to including further instructions regarding where to add deploy key (#34) Ryan Zidago 2020-06-23 12:56:50 +02:00
  • b87f6cb522 updated README.md to including further instructions regarding where to add deploy key Ryan Zidago 2020-06-23 12:38:43 +02:00
  • daf7f68bfc Ignore failures when trying to kill the SSH agent Matthias Pigulla 2020-06-23 07:22:02 +00:00
  • 8789658b02
    Update actions version in examples (#29) Adam Dobrawy 2020-06-05 06:45:30 +02:00
  • e73d7d1237
    Update actions version in examples Adam Dobrawy 2020-06-05 01:17:17 +02:00
  • 4fcb25e7ef
    Randomize SSH auth socket, kill agent to support non-ephemeral, self hosted runners (@thommyhh, #27) v0.3.0 Thorben Nissen 2020-05-18 09:08:29 +02:00
  • 0d3af9e04f [DOC] Improve README Thorben Nissen 2020-05-15 10:07:30 +02:00
  • b05960c6f2 [FEATURE] Post step for cleaning up the SSH agent Thorben Nissen 2020-05-15 09:42:03 +02:00
  • 8f59108fe4 Merge remote-tracking branch 'webfactory/master' Thorben Nissen 2020-05-15 08:34:33 +02:00
  • a82ae3cd1a
    Merge pull request #24 from jieter/patch-1 Matthias Pigulla 2020-05-15 08:24:01 +02:00
  • bf9b7d9686 [DOC] Update readme with section about exported variables Thorben Nissen 2020-04-10 20:45:21 +02:00
  • 0e6fdec538 [TASK] Update dist/index.js Thorben Nissen 2020-04-10 20:15:02 +02:00
  • 36fd7e1343 [BUGFIX] Not working properly on self-hosted runner Thorben Nissen 2020-04-10 20:02:05 +02:00
  • 256a474e1c
    Updates jobs name The Claud ☁️ 2020-04-03 04:15:21 +01:00
  • a3b3049f43
    add omitted 'key' word Jan Pieter Waagmeester 2020-03-31 12:23:36 +02:00
  • 716fbacac2
    Merge pull request #21 from PrecisionNutrition/typeoneerror-patch-1 Matthias Pigulla 2020-03-03 14:49:55 +01:00
  • 0a38ab0926 style: lint Benjamin Borowski 2020-03-02 16:41:12 -08:00
  • 0cd36d48c3
    Update dist Nic 2020-02-18 19:37:36 -03:00
  • 4d1295c53b
    Merge pull request #19 from jmandel/patch-1 Matthias Pigulla 2020-02-08 13:21:01 +01:00
  • cf56a519af
    Remove redundant .trim() Josh Mandel 2020-02-06 12:09:44 -06:00
  • 9d13200510 Bump copyright year in README Matthias Pigulla 2020-01-14 09:35:08 +00:00
  • b6c65becb0 Prepare the v0.2.0 release v0.2.0 Matthias Pigulla 2020-01-14 09:32:40 +00:00
  • c6eb7ee1d8 Exit with a helpful error message when the secret has not been configured Matthias Pigulla 2020-01-14 09:29:16 +00:00
  • 6cf6299d23
    Support multiple SSH keys (#14) Matthias Pigulla 2020-01-14 10:21:11 +01:00
  • ebaadc17bd Add a changelog Matthias Pigulla 2020-01-14 09:20:37 +00:00
  • 1bc48df605 Support concatenation of multiple private keys in the given secret Matthias Pigulla 2020-01-10 20:04:06 +00:00
  • ea39f521c5
    Write down what this Action cannot do Matthias Pigulla 2019-11-28 17:52:10 +01:00
  • 1a9af8e8e0 Update README to show correct version number in example Matthias Pigulla 2019-09-24 22:08:56 +00:00
  • 3a051ce628
    Change version number of ssh-agent Kristoffer Andersson 2019-09-18 10:53:47 +02:00
  • e181806200
    Use $HOME to support OS X as well (#2) v0.1.1 Matthias Pigulla 2019-09-15 09:32:43 +02:00
  • 7d68cc4271 Note in the README that Windows is currently not supported Matthias Pigulla 2019-09-15 07:31:23 +00:00
  • 1dd377d99d Improve debugging output Matthias Pigulla 2019-09-15 07:29:53 +00:00
  • bf93b0e5d9 Run action directly from this repo Matthias Pigulla 2019-09-15 07:22:59 +00:00
  • 58fb13428a Use the HOME env variable instead of /home/runner Matthias Pigulla 2019-09-15 07:19:21 +00:00
  • 13fedf7287 Add an example workflow that can be used for testing as well Matthias Pigulla 2019-09-15 07:03:17 +00:00
  • e9cec5c598
    Create LICENSE Matthias Pigulla 2019-09-15 01:14:12 +02:00
  • c03703d9a1
    Replace invalid icon v0.1.0 Matthias Pigulla 2019-09-15 00:33:18 +02:00
  • 64d68c7e61 Write GH action to set up ssh keys for private repos Matthias Pigulla 2019-09-14 22:28:16 +00:00