diff --git a/README.md b/README.md index 85cafcf..f6f0372 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ GitHub action to relock conda environments using conda-lock This action runs [conda-lock](https://github.com/conda/conda-lock) to relock a conda environment and makes a PR -with the changes if any are found. By default, a PR is only made if a package list in the input `environment.yml` +with the changes if any are found. By default, a PR is only made if a package listed in the input `environment.yml` file is updated. ## Usage