-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support multiline extra specs double quote each extra spec to avoid shell errors (redirection > in bash, etc.) add tests add new input in README, add example
- Loading branch information
1 parent
17b1e86
commit ba8af56
Showing
6 changed files
with
72 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
name: 'provision-with-micromamba' | ||
description: 'provision a CI instance using micromamba' | ||
name: "provision-with-micromamba" | ||
description: "provision a CI instance using micromamba" | ||
branding: | ||
icon: 'chevrons-right' | ||
color: 'green' | ||
icon: "chevrons-right" | ||
color: "green" | ||
inputs: | ||
environment-file: | ||
description: 'the environment.yml file for the conda environment' | ||
description: "the environment.yml file for the conda environment" | ||
required: true | ||
default: environment.yml | ||
environment-name: | ||
description: 'the name of the conda environment (defaults to name from the environment.yml file)' | ||
description: "the name of the conda environment (defaults to name from the environment.yml file)" | ||
required: false | ||
micromamba-version: | ||
description: 'version of micromamba to use (default: 0.9.2). Use "latest" for bleeding edge.' | ||
required: false | ||
default: "latest" | ||
extra-specs: | ||
description: "extra specifications to install (defaults is empty)" | ||
required: false | ||
default: "" | ||
|
||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||
using: "node12" | ||
main: "dist/index.js" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.