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 fe7b178 commit 2d42e45Copy full SHA for 2d42e45
.github/workflows/commit_and_push.sh
@@ -23,7 +23,7 @@ github_name=$2
23
24
echo "[*] Current status of the repository:"
25
if ! git status -b -s; then
26
- echo "[-] No a git repository."
+ echo "[-] Not a git repository."
27
exit 2
28
fi
29
0 commit comments