Skip to content

Commit 9a3a8c3

Browse files
committed
Update CHANGELOG
1 parent 30271cb commit 9a3a8c3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.2.0 (2020/08/28)
4+
5+
* Add `workdir` input (#55)
6+
* Update deps
7+
38
## 2.1.1 (2020/05/18)
49

510
* Fix importing of base64 armored string (#18)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Become a sponsor](https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square)](https://github.com/sponsors/crazy-max)
66
[![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/crazyws)
77

8-
## About <!-- omit in toc -->
8+
## About
99

1010
GitHub Action to easily import a GPG key.
1111

@@ -138,7 +138,7 @@ Following inputs can be used as `step.with` keys
138138
| `git_push_gpgsign`**¹** | Bool | Sign all pushes automatically. (default `false`) |
139139
| `git_committer_name`**¹** | String | Set commit author's name (defaults to the name associated with the GPG key) |
140140
| `git_committer_email`**¹** | String | Set commit author's email (defaults to the email address associated with the GPG key) |
141-
| `workdir` | String | Working directory (below repository root) |
141+
| `workdir` | String | Working directory (below repository root) (default `.`) |
142142

143143
> **¹** `git_user_signingkey` needs to be enabled for these inputs to be used.
144144

@@ -150,7 +150,7 @@ Following outputs are available
150150
|---------------|---------|---------------------------------------|
151151
| `fingerprint` | String | Fingerprint of the GPG key (recommended as [user ID](https://www.gnupg.org/documentation/manuals/gnupg/Specify-a-User-ID.html)) |
152152
| `keyid` | String | Low 64 bits of the X.509 certificate SHA-1 fingerprint |
153-
| `name` | String | Name associated with the GPG key |
153+
| `name` | String | Name associated with the GPG key |
154154
| `email` | String | Email address associated with the GPG key |
155155

156156
### environment variables

0 commit comments

Comments
 (0)