Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to deploy with spaces in a CONFIG_VALUES value #182

Open
damargulis opened this issue Apr 5, 2023 · 0 comments
Open

Impossible to deploy with spaces in a CONFIG_VALUES value #182

damargulis opened this issue Apr 5, 2023 · 0 comments

Comments

@damargulis
Copy link

Hi,

I am attempting to use this tool to do our firebase deploys, including setting the config values, but I can't figure out how to get this to work when one of the values has a space in it.

For example, using the step like:


- name: Deploy to Firebase
  id: firebase-deploy
  uses: w9jds/firebase-action@master
  with:
    args: deploy --only functions
  env:
    GCP_SA_KEY: ${{ secrets.sa-key }}
    CONFIG_VALUES:
      test.key="This is the value"

errors with "Error: Invalid argument is, must be in key=val format"
Ideally, I would like to have the value stored in a github secret, and passed through to this action.
Is this possible to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant