mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
Tweak wording of message
This commit is contained in:
@@ -429,7 +429,7 @@ for (const [
|
||||
if (shouldReportWarning) {
|
||||
t.true(
|
||||
warningSpy.calledOnceWithExactly(
|
||||
sinon.match("CodeQL Action version 1 will be deprecated")
|
||||
sinon.match("CodeQL Action v1 will be deprecated")
|
||||
)
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user