Skip to content

Commit

Permalink
Update src/setup.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Thompson <matt.thompson@openforcefield.org>
  • Loading branch information
goanpeca and mattwthompson committed Nov 11, 2022
1 parent e485e19 commit 90ceb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async function run(): Promise<void> {
Please ensure your action is using the latest version, or point it to the 'main' branch.
"conda-incubator/setup-minicando@main"
"conda-incubator/setup-miniconda@main"
`);
const inputs = await core.group("Gathering Inputs...", input.parseInputs);
await setupMiniconda(inputs);
Expand Down

0 comments on commit 90ceb23

Please sign in to comment.