We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63964cd commit c1b6fccCopy full SHA for c1b6fcc
validation/from-org-with-signer-constraint-template.yml
@@ -47,7 +47,7 @@ spec:
47
# find the occurence of `/.github/` and trim everything after it
48
p := indexof(signerUri, "/.github/")
49
signerRepoTrim := substring(signerUri, 0, p)
50
- # add back the / prefix to get proper delimiter when doing comparisson
+ # add back the / prefix to get proper delimiter when doing comparison
51
signerRepo := concat("", ["/", signerRepoTrim])
52
endswith(signerRepo, concat("", ["/", signerRepos[m]]))
53
}
0 commit comments