Giter VIP home page Giter VIP logo

var-to-dotenv's People

Contributors

dependabot[bot] avatar kynno avatar seifkamal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

var-to-dotenv's Issues

replace is not a function

Run TickX/[email protected]
/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:293
        .replace(/%/g, '%25')
         ^

TypeError: (s || "").replace is not a function
    at escapeData (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:293:10)
    at Command.toString (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:287:35)
    at issueCommand (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:250:30)
    at Object.issue (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:254:5)
    at error (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:432:15)
    at Object.setFailed (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:413:5)
    at Object.131 (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:218:10)
    at __webpack_require__ (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:22:30)
    at startup (/home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:37:19)
    at /home/runner/work/_actions/TickX/var-to-dotenv/v1.1.1/dist/index.js:41:18

.env variables not wrapped into doublequotes

It seems like there are doublequtes on the Value side missing. Therefore special characters are getting interpreted and cut off the actual content.

This looks like an easy fix to wrap the Value with doublequotes to avoid special character interpretation

.env KEY1=ABC KEY2=EFG KEY3=HIJ#KLM

debug> require("dotenv").config(); { parsed: { KEY1: 'ABC', KEY2: 'EFG', KEY3: 'HIJ' } }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.