From 4f1919d068bea6497f9be31b25023c469ece56d1 Mon Sep 17 00:00:00 2001 From: FriMay <44748314+FriMay@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:02:33 +0300 Subject: [PATCH] More informative documentation --- .github/workflows/api-single-module-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-single-module-workflow.yml b/.github/workflows/api-single-module-workflow.yml index af5e88d..b36af6f 100644 --- a/.github/workflows/api-single-module-workflow.yml +++ b/.github/workflows/api-single-module-workflow.yml @@ -20,11 +20,11 @@ on: required: true type: boolean IS_COPY_DOCKERFILE: - description: "Using for copy default dockerfile." + description: "Using for copy default dockerfile from https://github.com/ArbinaHQ/arbina-github-runner/tree/master/docker/api." required: true type: boolean IS_COPY_DOCKER_DIRECTORY: - description: "Using for copy default docker directory (entrypoint, cron, healthcheck)." + description: "Using for copy default docker directory (entrypoint, cron, healthcheck) from https://github.com/ArbinaHQ/arbina-github-runner/tree/master/docker/api." required: true type: boolean secrets: