diff --git a/.github/actions/aur-deployment/test-docker.bash b/.github/actions/aur-deployment/test-docker.bash index 8e7d119..5afbfe2 100755 --- a/.github/actions/aur-deployment/test-docker.bash +++ b/.github/actions/aur-deployment/test-docker.bash @@ -24,7 +24,7 @@ docker run --tty --interactive --rm \ --env ENV_GIT_USER_NAME='Israel Roldan' \ --env ENV_PACKAGE_ARCHITECTURES='x86_64' \ --env ENV_PACKAGE_DEPENDENCIES='| bash| pacman| grep| sed| coreutils| sudo|' \ - --env ENV_PACKAGE_DESCRIPTION='Command-line tool that finds all the optional packages of the packages that were pointed by you. It has different options to filter. Beyond that, you can install the packages you pointed to the dependencies and the optional packages you found and filtered.' \ + --env ENV_PACKAGE_DESCRIPTION='Command-line tool that finds all the optional packages of the packages that were pointed by you. It can install the packages.' \ --env ENV_PACKAGE_INFORMATION='# Maintainer: Israel Roldan |# Contributor: Israel Roldan ' \ --env ENV_PACKAGE_LICENSES='GPL3' \ --env ENV_PACKAGE_NAME='optional-packages' \ diff --git a/.github/workflows/deploy-to-aur.yml b/.github/workflows/deploy-to-aur.yml index cc6640e..415b060 100644 --- a/.github/workflows/deploy-to-aur.yml +++ b/.github/workflows/deploy-to-aur.yml @@ -24,7 +24,7 @@ jobs: ENV_GIT_USER_NAME: 'Israel Roldan' ENV_PACKAGE_ARCHITECTURES: 'x86_64' ENV_PACKAGE_DEPENDENCIES: '| bash| pacman| grep| sed| coreutils| sudo|' - ENV_PACKAGE_DESCRIPTION: 'Command-line tool that finds all the optional packages of the packages that were pointed by you. It has different options to filter. Beyond that, you can install the packages you pointed to the dependencies and the optional packages you found and filtered.' + ENV_PACKAGE_DESCRIPTION: 'Command-line tool that finds all the optional packages of the packages that were pointed by you. It can install the packages.' ENV_PACKAGE_INFORMATION: '# Maintainer: Israel Roldan |# Contributor: Israel Roldan ' ENV_PACKAGE_LICENSES: 'GPL3' ENV_PACKAGE_NAME: 'optional-packages'