TL;DR
If an environment variable contains a space, the value of --update-env-vars is split into 2 separate parts, and the latter is considered as a new command parameter.
Expected behavior
Can update env vars with spaces
Observed behavior
No response
Action YAML
- id: 'deploy'
uses: 'google-github-actions/[email protected]'
with:
service: 'xxx-dev'
image: 'xxx'
env_vars_file: .env
Log output
No response
Additional information
No response