Skip to content

Commit

Permalink
docs: add PGP tag input arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 8, 2023
1 parent f1c948d commit 3f256b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ Simple (docker-based) GitHub action that can be used to create/update a tag and
**Optional**. It's no need to specify it if you use checkout@v2. Required for
checkout@v1 action.

### `gpg_private_key`

**Optional**. Specifies the GPG private key to sign the tag with. Default: `""`.

### `gpg_passphrase`

**Optional**. Specifies the GPG passphrase to sign the tag with. Default: `""`.

## Outputs

### `tag_exists`
Expand Down

0 comments on commit 3f256b2

Please sign in to comment.