From dd6cfdcfe2644093c4eaba70b2a87c098934a61d Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 17 Mar 2020 11:45:57 -0700 Subject: [PATCH] fix: use bot account --- actions/gapic/action.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/actions/gapic/action.yml b/actions/gapic/action.yml index c4d106b..ac61190 100644 --- a/actions/gapic/action.yml +++ b/actions/gapic/action.yml @@ -10,13 +10,16 @@ inputs: required: true tar_strip_components: description: "Number of components to strip from tar." - default: 1 + default: "1" + required: false git_email: description: "Git email for commit" - default: "jpoehnelt@google.com" # TODO: Use actual bot + default: "googlemaps-bot@google.com" + required: false git_name: description: "Git name for commit" - default: "GAPIC Action" + default: "googlemaps-bot" + required: false github_token: description: "Token to use to push to branch" required: true