From ee83bb5069787dd75708c371b0c639873c9ad4dc Mon Sep 17 00:00:00 2001 From: Justin Knight Date: Tue, 10 Mar 2020 13:37:48 +0000 Subject: [PATCH] Add executable as first argument --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4fbdbae..3fd7951 100644 --- a/action.yml +++ b/action.yml @@ -25,8 +25,8 @@ runs: using: 'docker' image: 'Dockerfile' args: - + - /app/wait_for_response - -url=${{ inputs.url }} - -code=${{ inputs.responseCode }} - -timeout=${{ inputs.timeout }} - - -interval=${{ inputs.interval }} \ No newline at end of file + - -interval=${{ inputs.interval }}