Skip to content

Commit abf76f5

Browse files
DefCon-007sethvargo
authored andcommitted
Make project_id an optional input
The code and readme specify the `project_id` as optional, but it is marked as required in the `action.yml` file. Marking it as optional Signed-off-by: Ayush Goyal <ayushgoyal.iitkgp@gmail.com>
1 parent 1471c58 commit abf76f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
description: |-
99
The Google Cloud Project ID. If unspecified, it is inherited from the
1010
environment.
11-
required: true
11+
required: false
1212

1313
working_directory:
1414
description: |-

0 commit comments

Comments
 (0)