From 125f154b509eb2de118643d8949e3be1fd30bb4c Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 20 Jul 2020 22:12:30 +0900 Subject: [PATCH] Update documentation --- docs/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/updating.md b/docs/updating.md index 3b3ec35..489c27b 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -4,7 +4,7 @@ - The `author` input now defaults to the user who triggered the workflow run. This default is set via [action.yml](../action.yml) as `${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>`, where `github.actor` is the GitHub user account associated with the run. For example, `peter-evans `. - The behavior of `v2` can be kept by setting the `author` input as follows. + To continue to use the `v2` default, set the `author` input as follows. ```yaml - uses: peter-evans/create-pull-request@v3 with: