From 06078e295b37121c0a69ca2cf64aae615e70e115 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 4 Jan 2020 20:02:09 +0900 Subject: [PATCH] Update examples --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index cdaaa9b..dfb018e 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -23,7 +23,7 @@ This pattern will work well for updating any kind of static content based on pus ### Update project authors -Updates a file called `AUTHORS` with the git user names and email addresses of contributors. +Raises a pull request to update a file called `AUTHORS` with the git user names and email addresses of contributors. ```yml name: Update AUTHORS