You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.ora.warn(`The action will not run on commits by ${currentAuthor}`);
81
80
this.ora.warn(
82
-
`The last commit was already made by this action. Running this action again will not change anything.`,
81
+
`The last commit was already made by ${currentAuthor}, so this run will be skipped, as running again would have no effect. See docs: https://docs.lingo.dev/ci-action/overview`,
0 commit comments