From d2d1318d91dd96dc5fa15b9863684cb3003e2fe4 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Mon, 17 Jul 2023 23:53:58 +0200 Subject: [PATCH] update path to ansible-galaxy --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#*/}"