Skip to content

Commit

Permalink
fix: use bot account
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Mar 17, 2020
1 parent e63453a commit dd6cfdc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions actions/gapic/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd6cfdc

Please sign in to comment.