From 9a3a8c34e9a729034277877ce76d042d49035c30 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 22:35:50 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c9810..738e314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.2.0 (2020/08/28) + +* Add `workdir` input (#55) +* Update deps + ## 2.1.1 (2020/05/18) * Fix importing of base64 armored string (#18) diff --git a/README.md b/README.md index 6b885f7..ad89dcc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Become a sponsor](https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square)](https://github.com/sponsors/crazy-max) [![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/crazyws) -## About +## About GitHub Action to easily import a GPG key. @@ -138,7 +138,7 @@ Following inputs can be used as `step.with` keys | `git_push_gpgsign`**¹** | Bool | Sign all pushes automatically. (default `false`) | | `git_committer_name`**¹** | String | Set commit author's name (defaults to the name associated with the GPG key) | | `git_committer_email`**¹** | String | Set commit author's email (defaults to the email address associated with the GPG key) | -| `workdir` | String | Working directory (below repository root) | +| `workdir` | String | Working directory (below repository root) (default `.`) | > **¹** `git_user_signingkey` needs to be enabled for these inputs to be used. @@ -150,7 +150,7 @@ Following outputs are available |---------------|---------|---------------------------------------| | `fingerprint` | String | Fingerprint of the GPG key (recommended as [user ID](https://www.gnupg.org/documentation/manuals/gnupg/Specify-a-User-ID.html)) | | `keyid` | String | Low 64 bits of the X.509 certificate SHA-1 fingerprint | -| `name` | String | Name associated with the GPG key | +| `name` | String | Name associated with the GPG key | | `email` | String | Email address associated with the GPG key | ### environment variables