Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workdir input #55

Merged
merged 5 commits into from
Aug 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@ If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitH

___

* [Features](#features)
* [Prerequisites](#prerequisites)
* [Usage](#usage)
* [Workflow](#workflow)
* [Sign commits](#sign-commits)
* [Customizing](#customizing)
* [inputs](#inputs)
* [environment variables](#environment-variables)
* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
* [How can I help?](#how-can-i-help)
* [License](#license)
- [About](#about)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Workflow](#workflow)
- [Sign commits](#sign-commits)
- [Customizing](#customizing)
- [inputs](#inputs)
- [outputs](#outputs)
- [environment variables](#environment-variables)
- [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
- [How can I help?](#how-can-i-help)
- [License](#license)
timharris777 marked this conversation as resolved.
Show resolved Hide resolved

## Features

Expand Down Expand Up @@ -137,6 +139,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) |
timharris777 marked this conversation as resolved.
Show resolved Hide resolved

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

Expand Down