updated github_runners.sh

pull/2/head
Hari Sekhon 4 years ago
parent 060ec7e076
commit d550ecc29f

@ -30,11 +30,12 @@ Script to get GitHub Actions Runners for the local git repo via the GitHub API
If no repo arg is given and is inside a git repo then takes determines the repo from the first git remote listed
\$REPO environment variable may be used with first args taking precedence
usage: ${0##*/} <repo>
"
# used by usage() in lib/utils.sh
# shellcheck disable=SC2034
usage_args="<repo>"
help_usage "$@"
repo="${1:-${REPO:-}}"

Loading…
Cancel
Save