From 63ecf1b7b6983a3e58be14b9b0bf492595472998 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 5 Feb 2020 09:30:39 -0600 Subject: [PATCH] fix spelling --- .automation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.automation/README.md b/.automation/README.md index 7f260a11..76d3b1e4 100644 --- a/.automation/README.md +++ b/.automation/README.md @@ -11,12 +11,12 @@ This script uses **GitHub Actions** so that a push to the repository is committe - Build the **Docker** container for **Super-Linter** using that source code - Upload the container to **DockerHub** -When the script is triggered on master, it will push with the tag:**latest** which is used by all scripting for general avilablity. +When the script is triggered on master, it will push with the tag:**latest** which is used by all scripting for general availability. When the script is triggered in a branch, it will push with the tag:**NameOfBranch** which can be used for: - *testing* - *troubleshooting* - *debugging* -- **Note:** The branch name will be reduced to AlpaNumeric for consistancy and uploading +- **Note:** The branch name will be reduced to AlpaNumeric for consistency and uploading ## test This folder holds all **Test Cases** to help run the *CI/CT/CD* process for the **Super-Linter**.