From ee5cf665d20fab3889e0a9b88e67c9d1ad490a31 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 5 Nov 2021 04:34:35 +0000 Subject: [PATCH] updated github_actions_runner.sh --- github_actions_runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_actions_runner.sh b/github_actions_runner.sh index 82c678fb..480c0f8a 100755 --- a/github_actions_runner.sh +++ b/github_actions_runner.sh @@ -22,7 +22,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # shellcheck disable=SC2034,SC2154 usage_description=" -Generates a GitHub Actions Runner token for the given Repo or Organization via the GitHub API and then run a Dockerized GitHub Actions runner with the appropriate configuration +Generates a GitHub Actions Runner token for the given Repo or Organization via the GitHub API and then runs a Dockerized GitHub Actions runner with the appropriate configuration " # used by usage() in lib/utils.sh