From a5bdb09ebe78213bfbe1ae2c5097cc0b8a93229f Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 23 Jul 2019 10:52:44 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 069ad05..5f5dfe6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A GitHub action to create a pull request for changes to your repository in the actions workspace. Changes to a repository in the actions workspace persist between actions in a workflow. -This action is designed to pair with other actions that modify or add files to your repository. +This action is designed to be used in conjunction with other actions that modify or add files to your repository. The changes will be automatically committed to a new branch and a pull request created. Create Pull Request action will: