We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running runme run hello1 with following files will not print "SOMETHING=this" as expected.
runme run hello1
.env:
.env
SOMETHING=this
README.md:
README.md
--- shell: bash --- \`\`\`shell { name=hello1 } echo SOMETHING=[${SOMETHING}] \`\`\`
The text was updated successfully, but these errors were encountered:
Follow up to a fix for #492
3901bfc
908e825
ff809d4
Follow up to a fix for #492 (#494)
27a9bab
sourishkrout
Successfully merging a pull request may close this issue.
Running
runme run hello1
with following files will not print "SOMETHING=this" as expected..env
:README.md
:The text was updated successfully, but these errors were encountered: