From 7af9deb67ae6ac18eff8d31097a3573b6c5fd682 Mon Sep 17 00:00:00 2001 From: vivek vr Date: Tue, 24 Oct 2023 12:27:04 +0530 Subject: [PATCH] ADD[#93]:Using AWS service_name for the README hyperlink --- .github/workflows/generate-content.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .github/workflows/generate-content.yml diff --git a/.github/workflows/generate-content.yml b/.github/workflows/generate-content.yml old mode 100644 new mode 100755 index c867274..d5e29e0 --- a/.github/workflows/generate-content.yml +++ b/.github/workflows/generate-content.yml @@ -59,7 +59,7 @@ jobs: cat "$folder/README.md" # Update the README.md content - echo -e "- [$folder/README.md](./$folder/README.md)" >> README.md + echo -e "- [$service_name](./$folder/README.md)" >> README.md done echo "Check the new content in README.md" cat README.md