Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/check-lock-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading