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

Support export in env parser #6630

Merged
merged 2 commits into from
Dec 26, 2023
Merged

Support export in env parser #6630

merged 2 commits into from
Dec 26, 2023

Conversation

joehan
Copy link
Contributor

@joehan joehan commented Dec 19, 2023

Description

Allow .env files to include export at the start of lines. Fixes #6629

@joehan joehan requested a review from taeold December 19, 2023 18:30
@joehan joehan changed the base branch from master to next December 19, 2023 18:30
@joehan joehan merged commit e9773fb into next Dec 26, 2023
34 of 35 checks passed
joehan added a commit that referenced this pull request Jan 2, 2024
* Use `checkout@v4` for Firebase Hosting Preview GitHub Workflow (#6441)

When starting a project with `firebase init` with GitHub Workflow,
YAML files were configured with `actions/checkout@v3` previously.

Now, `actions/checkout@v4` has been released,
the template should also be updated to specify the latest version.

https://github.com/actions/checkout/releases/tag/v4.0.0

Co-authored-by: joehan <joehanley@google.com>

* Support export in env parser (#6630)

* Support export in env parser

* use a noncapture group

---------

Co-authored-by: Yutaka Kamei <kamei@yykamei.me>
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

Successfully merging this pull request may close these issues.

Custom dotEnv parser doesn't support export prefix
2 participants