Skip to content

Commit 60d3247

Browse files
authored
Make project_id an optional input (#383)
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 <!-- Thank you for proposing a pull request! Please note that SOME TESTS WILL LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks. Someone from the team will review your Pull Request and respond. Please describe your change and any implementation details below. --> Signed-off-by: Ayush Goyal <[email protected]>
1 parent 1471c58 commit 60d3247

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)