Skip to content

Commit 8c34cc5

Browse files
chore: clarified env_vars usage (#33)
* Clarified env_vars usage Updated example of environment variables to be more clear with syntax highlighting. * Update README.md Co-authored-by: Bharath KKB <[email protected]>
1 parent 140adab commit 8c34cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ steps:
6161
`setup-gcloud` action with exported credentials.
6262

6363
- `env_vars`: (Optional) List of key-value pairs to set as environment variables in the format:
64-
KEY1=VALUE1,KEY2=VALUE2. All existing environment variables will be
64+
`KEY1=VALUE1,KEY2=VALUE2`. All existing environment variables will be
6565
removed first.
6666

6767
- `source_dir`: (Optional) Source directory for the function. Defaults to current directory.
@@ -167,4 +167,4 @@ Credentials.
167167
[sa]: https://cloud.google.com/iam/docs/creating-managing-service-accounts
168168
[gh-runners]: https://help.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners
169169
[gh-secret]: https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
170-
[setup-gcloud]: ../setup-gcloud
170+
[setup-gcloud]: https://github.com/google-github-actions/setup-gcloud

0 commit comments

Comments
 (0)