From 07a9cb85edd6d70c153ddcb1a010eb9954225f33 Mon Sep 17 00:00:00 2001 From: FriMay <44748314+FriMay@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:03:01 +0300 Subject: [PATCH] More informative documentation --- .github/workflows/api-multi-module-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-multi-module-workflow.yml b/.github/workflows/api-multi-module-workflow.yml index 5f400cc..2f95dfd 100644 --- a/.github/workflows/api-multi-module-workflow.yml +++ b/.github/workflows/api-multi-module-workflow.yml @@ -24,11 +24,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: