From 2c8a2fea4c2adb394670686a932f6d1207261dd2 Mon Sep 17 00:00:00 2001 From: bcoe Date: Mon, 9 Nov 2020 14:50:45 -0800 Subject: [PATCH] chore: update author --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8afbf8e..e200f6f 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'release-please-action' description: 'automated releases based on conventional commits' -author: 'Ben Coe ' +author: Google LLC inputs: token: description: 'GitHub token for creating and grooming release PRs, e.g., secrets.GITHUB_TOKEN'