diff --git a/scripts/check-lock-sync.sh b/scripts/check-lock-sync.sh index c3a39a0..977f893 100755 --- a/scripts/check-lock-sync.sh +++ b/scripts/check-lock-sync.sh @@ -77,7 +77,7 @@ if [[ "${#WORKFLOWS[@]}" -eq 0 ]]; then fi read -r -d '' PROG <<'AWK' || true -# Normalise an external workflow `uses:` reference to owner/repository@ref, +# Normalise an external `uses:` reference to owner/repository@ref, # discarding any action subpath. Return an empty string for local actions or # values without a repository path and ref. function norm(r, at, path, ref, n, parts) {