Skip to content

Commit

Permalink
fix: add fetch depth tips for git sha pointer error (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon authored Jan 3, 2024
1 parent d6f99d3 commit 1753f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const message = {
errorGitSHAisBlank: `--%s is blank: '%s'`,
errorParameterIsNotGitSHA: `--%s is not a valid sha pointer: '%s'`,
errorParameterIsNotGitSHA: `--%s is not a valid sha pointer: '%s' (If in CI/CD context, check the fetch depth is properly set)`,
errorPathIsNotDir: `'%s' folder does not exist`,
errorPathIsNotFile: `'%s' file does not exist`,
errorPathIsNotGit: `'%s' is not a git repository`,
Expand Down

0 comments on commit 1753f97

Please sign in to comment.