diff --git a/entrypoint.sh b/entrypoint.sh index cea82e4..f11f129 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #! /bin/sh set -e -command_string="ansible-galaxy role import" +command_string="/usr/local/bin/ansible-galaxy role import" if [ -n "${GALAXY_API_TOKEN}" ]; then command_string="$command_string --api-key ${GALAXY_API_TOKEN} ${GITHUB_REPOSITORY%/*} ${GITHUB_REPOSITORY#*/}"