From 8d959102408e08821eec304e2ee266c5afb99fed Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 5 Jul 2021 12:40:38 +0200 Subject: [PATCH] [GHA] Check Version Numbering Ref: #419 --- dev-tools/modify-config-readme-files.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-tools/modify-config-readme-files.sh b/dev-tools/modify-config-readme-files.sh index 3972dc49e..aad720e1c 100755 --- a/dev-tools/modify-config-readme-files.sh +++ b/dev-tools/modify-config-readme-files.sh @@ -78,6 +78,14 @@ nginxv1=$(cat ./.dev-tools/nginxv1.txt) nginxv2=$(cat ./.dev-tools/nginxv2.txt) nginxv3=$(cat ./.dev-tools/nginxv3.txt) +echo "${bold}${yellow}======================" +echo "${bold}${blue}======================" +echo "${bold}${blue}MODIFYING README FILES" +echo "${bold}${blue}======================" +echo "${bold}${yellow}======================" + +echo ${MY_GIT_TAG} + # --------- # FUNCTIONS # ---------