diff --git a/README.md b/README.md index 9c82b1af..71633e3e 100644 --- a/README.md +++ b/README.md @@ -711,8 +711,7 @@ jobs: executed with `bash --noprofile --norc -eo pipefail {0}` thus ignoring updated on bash profile files made by `conda init bash`. See [Github Actions Documentation](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#custom-shell) - and - [thread](https://github.com/orgs/community/discussions/25061). + and [thread](https://github.com/orgs/community/discussions/25061). - Sh shells do not use `~/.profile` or `~/.bashrc` so these shells need to be explicitely declared as `shell: sh -l {0}` on steps that need to be properly activated (or use a default shell). This is because sh shells are executed diff --git a/action.yml b/action.yml index 132868f9..697be4d2 100644 --- a/action.yml +++ b/action.yml @@ -235,8 +235,8 @@ inputs: default: "" architecture: description: - 'Architecture of Miniconda that should be installed. Default is "x64". - The CPU architecture of the runner is not detected by the workflow.' + 'Architecture of Miniconda that should be installed. Default is "x64". The + CPU architecture of the runner is not detected by the workflow.' required: false default: "x64" clean-patched-environment-file: