We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617811f commit ab6bf8bCopy full SHA for ab6bf8b
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "setup-micromamba",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"private": true,
5
"description": "Action to setup micromamba",
6
"scripts": {
src/resources/micromamba-shell
@@ -4,4 +4,4 @@
# The script then executes the contents of the file.
chmod +x $1
7
-$MAMBA_EXE run -r $MAMBA_ROOT_PREFIX -n $MAMBA_DEFAULT_ENV $1
+exec $MAMBA_EXE run -r $MAMBA_ROOT_PREFIX -n $MAMBA_DEFAULT_ENV $1
0 commit comments