Skip to content

Commit

Permalink
fix: add credentials_file_path input to root action.yaml (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Dec 3, 2020
1 parent aceed99 commit b1f8896
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ inputs:
default: false
required: false

credentials_file_path:
description: |-
The path and name of the file to which to write the shared default
credentials. This option is only valid when
export_default_credentials=true. By default, the credentials will be
written to a new file in the root of GITHUB_WORKSPACE.
default: null
required: false

runs:
using: node12
main: setup-gcloud/dist/index.js

0 comments on commit b1f8896

Please sign in to comment.